Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 489e176c authored by Kevin Hilman's avatar Kevin Hilman
Browse files

davinci: fix remaining board support after io_pgoffst removal



Some boards that were added after the mass io_pgoffst/io_physio
removal, and were not updated in the original patch.  Fixup here.

c.f. original io_pgoffst/io_physio removal
     commit 6451d778

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 7940a34b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -414,8 +414,6 @@ static void __init mityomapl138_map_io(void)
}

MACHINE_START(MITYOMAPL138, "MityDSP-L138/MityARM-1808")
	.phys_io	= IO_PHYS,
	.io_pg_offst	= (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc,
	.boot_params	= (DA8XX_DDR_BASE + 0x100),
	.map_io		= mityomapl138_map_io,
	.init_irq	= cp_intc_init,
+0 −2
Original line number Diff line number Diff line
@@ -54,8 +54,6 @@ static void __init omapl138_hawk_map_io(void)
}

MACHINE_START(OMAPL138_HAWKBOARD, "AM18x/OMAP-L138 Hawkboard")
	.phys_io	= IO_PHYS,
	.io_pg_offst	= (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc,
	.boot_params	= (DA8XX_DDR_BASE + 0x100),
	.map_io		= omapl138_hawk_map_io,
	.init_irq	= cp_intc_init,