|
@@ -121,7 +121,7 @@ static void __init n8x0_init_machine(void)
|
|
|
|
|
|
MACHINE_START(NOKIA_N800, "Nokia N800")
|
|
|
.phys_io = 0x48000000,
|
|
|
- .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc,
|
|
|
+ .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc,
|
|
|
.boot_params = 0x80000100,
|
|
|
.map_io = n8x0_map_io,
|
|
|
.init_irq = n8x0_init_irq,
|
|
@@ -131,7 +131,7 @@ MACHINE_END
|
|
|
|
|
|
MACHINE_START(NOKIA_N810, "Nokia N810")
|
|
|
.phys_io = 0x48000000,
|
|
|
- .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc,
|
|
|
+ .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc,
|
|
|
.boot_params = 0x80000100,
|
|
|
.map_io = n8x0_map_io,
|
|
|
.init_irq = n8x0_init_irq,
|
|
@@ -141,7 +141,7 @@ MACHINE_END
|
|
|
|
|
|
MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX")
|
|
|
.phys_io = 0x48000000,
|
|
|
- .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc,
|
|
|
+ .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc,
|
|
|
.boot_params = 0x80000100,
|
|
|
.map_io = n8x0_map_io,
|
|
|
.init_irq = n8x0_init_irq,
|