OSDN Git Service

ARM: OMAP2+: gpmc: Always enable A26-A11 for non NAND devices
authorRoger Quadros <rogerq@ti.com>
Fri, 29 Aug 2014 16:11:52 +0000 (19:11 +0300)
committerRoger Quadros <rogerq@ti.com>
Thu, 30 Oct 2014 15:21:08 +0000 (17:21 +0200)
commite378d22b9c27de4af4946e4e7928fef50f9a9ff7
treec172d639f79325e76f43d22a8e42da1cdc23e690
parent7604baf365a3bd46007be6fbd2e43ac4a46ce928
ARM: OMAP2+: gpmc: Always enable A26-A11 for non NAND devices

Although RESET state of LIMITEDADDRESS bit in GPMC_CONFIG register
is 0 (i.e. A26-A11 enabled), faulty bootloaders might accidentally
set this bit. e.g. u-boot 2014.07 with CONFIG_NOR disabled.

Explicity disable LIMITEDADDRESS bit for non NAND devices so that
they can always work.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc.c