]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Add e350 support
authorIan Molton <spyro@f2s.com>
Wed, 25 Jun 2008 21:39:31 +0000 (22:39 +0100)
committerIan Molton <spyro@f2s.com>
Thu, 10 Jul 2008 19:15:05 +0000 (20:15 +0100)
Signed-off-by: Ian Molton <spyro@f2s.com>
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/eseries.c

index faa2c3f6c1affe7f4c3c6036509bb16bbfddb5b7..0c96229a2db4965609a4aa02df8bb9408757eb07 100644 (file)
@@ -124,6 +124,14 @@ config MACH_E330
          Say Y here if you intend to run this kernel on a Toshiba
          e330 family PDA.
 
+config MACH_E350
+       bool "Toshiba e350"
+       default y
+       depends on ARCH_PXA_ESERIES
+       help
+         Say Y here if you intend to run this kernel on a Toshiba
+         e350 family PDA.
+
 config MACH_E740
        bool "Toshiba e740"
        default y
index 6cf43f4f3a5545a0ad01718277214f6eabcad5f4..c29b7b21c11be82862accaa0c3aa7e9620b1d0b2 100644 (file)
@@ -47,6 +47,19 @@ MACHINE_START(E330, "Toshiba e330")
 MACHINE_END
 #endif
 
+#ifdef CONFIG_MACH_E350
+MACHINE_START(E350, "Toshiba e350")
+       /* Maintainer: Ian Molton (spyro@f2s.com) */
+       .phys_io        = 0x40000000,
+       .io_pg_offst    = (io_p2v(0x40000000) >> 18) & 0xfffc,
+       .boot_params    = 0xa0000100,
+       .map_io         = pxa_map_io,
+       .init_irq       = pxa25x_init_irq,
+       .fixup          = eseries_fixup,
+       .timer = &pxa_timer,
+MACHINE_END
+#endif
+
 #ifdef CONFIG_MACH_E740
 MACHINE_START(E740, "Toshiba e740")
         /* Maintainer: Ian Molton (spyro@f2s.com) */