diff options
author | Rajendra Nayak <rnayak@ti.com> | 2011-12-14 17:25:46 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-12-16 14:15:17 -0800 |
commit | cf3c79de2b90711a32ce767f7fab2da05966db3c (patch) | |
tree | 51c16913c15b52f06f0f4b5b721226e8885e3663 /arch/arm/mach-omap2 | |
parent | f20b933d2a51ffce8af1c8b77b925ce07245a575 (diff) |
ARM: omap: pass minimal SoC/board data for UART from dt
Pass minimal data needed for console boot, from dt, for
OMAP4 panda/sdp and OMAP3 beagle boards, and get rid of the
static initialization from generic board file.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Reviewed-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/board-generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index 63b54163b99..a508ed5cc89 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c @@ -69,7 +69,6 @@ static void __init omap_generic_init(void) if (node) irq_domain_add_simple(node, 0); - omap_serial_init(); omap_sdrc_init(NULL, NULL); of_platform_populate(NULL, omap_dt_match_table, NULL, NULL); |