Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2416dc85
Commit
2416dc85
authored
Feb 07, 2012
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixes-dt' into fixes
parents
62aa2b53
b755706c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/arm/mach-omap2/board-generic.c
arch/arm/mach-omap2/board-generic.c
+4
-0
No files found.
arch/arm/mach-omap2/board-generic.c
View file @
2416dc85
...
...
@@ -17,6 +17,7 @@
#include <linux/i2c/twl.h>
#include <mach/hardware.h>
#include <asm/hardware/gic.h>
#include <asm/mach/arch.h>
#include <plat/board.h>
...
...
@@ -102,6 +103,7 @@ DT_MACHINE_START(OMAP242X_DT, "Generic OMAP2420 (Flattened Device Tree)")
.
map_io
=
omap242x_map_io
,
.
init_early
=
omap2420_init_early
,
.
init_irq
=
omap2_init_irq
,
.
handle_irq
=
omap2_intc_handle_irq
,
.
init_machine
=
omap_generic_init
,
.
timer
=
&
omap2_timer
,
.
dt_compat
=
omap242x_boards_compat
,
...
...
@@ -141,6 +143,7 @@ DT_MACHINE_START(OMAP3_DT, "Generic OMAP3 (Flattened Device Tree)")
.
map_io
=
omap3_map_io
,
.
init_early
=
omap3430_init_early
,
.
init_irq
=
omap3_init_irq
,
.
handle_irq
=
omap3_intc_handle_irq
,
.
init_machine
=
omap3_init
,
.
timer
=
&
omap3_timer
,
.
dt_compat
=
omap3_boards_compat
,
...
...
@@ -160,6 +163,7 @@ DT_MACHINE_START(OMAP4_DT, "Generic OMAP4 (Flattened Device Tree)")
.
map_io
=
omap4_map_io
,
.
init_early
=
omap4430_init_early
,
.
init_irq
=
gic_init_irq
,
.
handle_irq
=
gic_handle_irq
,
.
init_machine
=
omap4_init
,
.
timer
=
&
omap4_timer
,
.
dt_compat
=
omap4_boards_compat
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment