]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: DRA7: Provide proper IO map table
authorNishanth Menon <nm@ti.com>
Mon, 22 Jun 2015 15:12:14 +0000 (10:12 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 16 Jul 2015 07:06:05 +0000 (00:06 -0700)
commitea827ad5ffbb78812f6dbdee005e1f364b6bdc58
tree8e9fedbbee63efdd317e5ca20531cea152593bdd
parentd1dabab2841d546f8b946b4940fc63c15e35a739
ARM: DRA7: Provide proper IO map table

DRA7 uses OMAP5 IO table at the moment. This is purely spurious since
the OMAP5 and DRA7 register maps are different in many aspects.

AM57xx/DRA7 TRM Reference: http://www.ti.com/lit/ug/spruhz6/spruhz6.pdf

NOTE: Most of the drivers are already doing ioremap, so, there should'nt
be any functional improvement involved here, other than making the
initial iotable more accurate.

Fixes: a3a9384a1157 ("ARM: DRA7: Reuse io tables and add a new .init_early")
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-generic.c
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/iomap.h
arch/arm/mach-omap2/omap54xx.h