ARM: OMAP2+: Fix GPMC remap for devices using an offset omap-for-v3.15/fixes-v2-signed
authorTony Lindgren <tony@atomide.com>
Tue, 22 Apr 2014 02:26:13 +0000 (19:26 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 23 Apr 2014 18:09:22 +0000 (11:09 -0700)
commitfb677ef70b65e22cd4401d31b700a8b4041efae1
treefb444ab0ef4702908c40f2f68ef6b320d73adea4
parentefe8072316a899294212055c147d3d9adca940a4
ARM: OMAP2+: Fix GPMC remap for devices using an offset

At least the smc91x driver expects the device to be at 0x300
offset from bus base address. This does not work currently
for GPMC when booted in device tree mode as it attempts to
remap the the allocated GPMC partition to the address
configured by the device tree plus the device offset.

Note that this works just fine when booted with legacy mode.

Let's fix the issue by just ignoring any device specific
offset while remapping. And let's make sure the remap
address confirms to the GPMC 16MB minimum granularity
as listed in the TRM for GPMC_CONFIG7 BASEADDRESS bits.

Otherwise we can get something like this:

omap-gpmc 6e000000.gpmc: cannot remap GPMC CS 1 to 0x01000300

Cc: Pekon Gupta <pekon@ti.com>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc.c