diff options
author | Sekhar Nori <nsekhar@ti.com> | 2016-12-13 16:59:47 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-05 08:54:00 -0800 |
commit | 1a8eca7fa8cad9e4da8a772b7da93584bbda910e (patch) | |
tree | 3a30cbc182da152afda8a955ecf16cfaf4c1c232 /arch/arm/boot/dts/dra72-evm-common.dtsi | |
parent | 0c8a507fd291850005899f23f7fda28d057a5fee (diff) | |
download | lwn-1a8eca7fa8cad9e4da8a772b7da93584bbda910e.tar.gz lwn-1a8eca7fa8cad9e4da8a772b7da93584bbda910e.zip |
ARM: dts: dra72-evm: drop NAND support
For the existing IOdelay configuration via U-Boot, NAND is
not supported on dra72-evm (both Rev B and Rev C).
Disable it. Commit 46cfc8945887 ("ARM: dts: dra72-evm: Remove
pinmux configurations for erratum i869") has already removed
pinmuxing for NAND making it unusable.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm-common.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra72-evm-common.dtsi b/arch/arm/boot/dts/dra72-evm-common.dtsi index e50fbeea96e0..64553476c678 100644 --- a/arch/arm/boot/dts/dra72-evm-common.dtsi +++ b/arch/arm/boot/dts/dra72-evm-common.dtsi @@ -280,7 +280,12 @@ }; &gpmc { - status = "okay"; + /* + * For the existing IOdelay configuration via U-Boot we don't + * support NAND on dra72-evm. Keep it disabled. Enabling it + * requires a different configuration by U-Boot. + */ + status = "disabled"; ranges = <0 0 0x08000000 0x01000000>; /* minimum GPMC partition = 16MB */ nand@0,0 { /* To use NAND, DIP switch SW5 must be set like so: |