Commit aba4ea94 authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Tony Lindgren

ARM: OMAP: Add support to Nokia N810 WiMAX

This adds basic booting support and selects CONFIG_MACH_NOKIA_N810 since
most of the HW and configuration are the same in N810 and N810 WiMAX.
Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 66a48585
......@@ -45,6 +45,11 @@ config MACH_NOKIA_N810
bool "Nokia N810"
depends on MACH_NOKIA_N800
config MACH_NOKIA_N810_WIMAX
bool "Nokia N810 WiMAX"
depends on MACH_NOKIA_N800
select MACH_NOKIA_N810
config MACH_OMAP2_TUSB6010
bool
depends on ARCH_OMAP2 && ARCH_OMAP2420
......
......@@ -35,3 +35,13 @@ MACHINE_START(NOKIA_N810, "Nokia N810")
.init_machine = nokia_n810_init,
.timer = &omap_timer,
MACHINE_END
MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX")
.phys_io = 0x48000000,
.io_pg_offst = ((0xd8000000) >> 18) & 0xfffc,
.boot_params = 0x80000100,
.map_io = nokia_n800_map_io,
.init_irq = nokia_n800_init_irq,
.init_machine = nokia_n810_init,
.timer = &omap_timer,
MACHINE_END
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment