ARM: OMAP: plat-omap changes for 2430 SDP
authorSyed Mohammed Khasim <x0khasim@ti.com>
Thu, 7 Dec 2006 01:14:08 +0000 (17:14 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 16 Apr 2007 18:41:20 +0000 (18:41 +0000)
This patch adds minimal OMAP2430 support to plat-omap files to
get the kernel booting on 2430SDP.

Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/devices.c
arch/arm/plat-omap/dmtimer.c
arch/arm/plat-omap/gpio.c
arch/arm/plat-omap/mcbsp.c

index c4c24de..c5dab1d 100644 (file)
@@ -493,6 +493,10 @@ static inline void omap_init_rng(void) {}
  */
 static int __init omap_init_devices(void)
 {
+/*
+ * Need to enable relevant once for 2430 SDP
+ */
+#ifndef CONFIG_MACH_OMAP_2430SDP
        /* please keep these calls, and their implementations above,
         * in alphabetical order so they're easier to sort through.
         */
@@ -503,7 +507,7 @@ static int __init omap_init_devices(void)
        omap_init_uwire();
        omap_init_wdt();
        omap_init_rng();
-
+#endif
        return 0;
 }
 arch_initcall(omap_init_devices);
Simple merge
Simple merge
Simple merge