]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit635fea1c1947440409d11458181fce1b5b7eb044
treec172d639f79325e76f43d22a8e42da1cdc23e690
parent4150fd4e001d8401f4b59ff274fa4e0605081710
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