diff options
| author | Ian Molton <spyro@f2s.com> | 2008-06-25 17:39:31 -0400 |
|---|---|---|
| committer | Ian Molton <spyro@f2s.com> | 2008-07-10 15:15:05 -0400 |
| commit | b3d354b8d8d676c97794a5b984613d51ad683f17 (patch) | |
| tree | 0ac1d373c1b63b836b845c0a7b9b37178053fc20 | |
| parent | 877e03d4aeabb88018c533eeb7386cf8c3aec689 (diff) | |
Add e350 support
Signed-off-by: Ian Molton <spyro@f2s.com>
| -rw-r--r-- | arch/arm/mach-pxa/Kconfig | 8 | ||||
| -rw-r--r-- | arch/arm/mach-pxa/eseries.c | 13 |
2 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index faa2c3f6c1af..0c96229a2db4 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
| @@ -124,6 +124,14 @@ config MACH_E330 | |||
| 124 | Say Y here if you intend to run this kernel on a Toshiba | 124 | Say Y here if you intend to run this kernel on a Toshiba |
| 125 | e330 family PDA. | 125 | e330 family PDA. |
| 126 | 126 | ||
| 127 | config MACH_E350 | ||
| 128 | bool "Toshiba e350" | ||
| 129 | default y | ||
| 130 | depends on ARCH_PXA_ESERIES | ||
| 131 | help | ||
| 132 | Say Y here if you intend to run this kernel on a Toshiba | ||
| 133 | e350 family PDA. | ||
| 134 | |||
| 127 | config MACH_E740 | 135 | config MACH_E740 |
| 128 | bool "Toshiba e740" | 136 | bool "Toshiba e740" |
| 129 | default y | 137 | default y |
diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c index 6cf43f4f3a55..c29b7b21c11b 100644 --- a/arch/arm/mach-pxa/eseries.c +++ b/arch/arm/mach-pxa/eseries.c | |||
| @@ -47,6 +47,19 @@ MACHINE_START(E330, "Toshiba e330") | |||
| 47 | MACHINE_END | 47 | MACHINE_END |
| 48 | #endif | 48 | #endif |
| 49 | 49 | ||
| 50 | #ifdef CONFIG_MACH_E350 | ||
| 51 | MACHINE_START(E350, "Toshiba e350") | ||
| 52 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
| 53 | .phys_io = 0x40000000, | ||
| 54 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
| 55 | .boot_params = 0xa0000100, | ||
| 56 | .map_io = pxa_map_io, | ||
| 57 | .init_irq = pxa25x_init_irq, | ||
| 58 | .fixup = eseries_fixup, | ||
| 59 | .timer = &pxa_timer, | ||
| 60 | MACHINE_END | ||
| 61 | #endif | ||
| 62 | |||
| 50 | #ifdef CONFIG_MACH_E740 | 63 | #ifdef CONFIG_MACH_E740 |
| 51 | MACHINE_START(E740, "Toshiba e740") | 64 | MACHINE_START(E740, "Toshiba e740") |
| 52 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 65 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
