aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorJon Hunter <jon-hunter@ti.com>2013-04-30 10:11:22 -0400
committerTony Lindgren <tony@atomide.com>2013-05-16 12:21:19 -0400
commitf40739faba8e804cf46505869ab98ad7c4a88833 (patch)
tree2cce922881e8fd89ca7864a7e861255cffecb340 /arch/arm/boot/dts
parent496c8a0bbb726c2608b3b1318d231ab04a9a2ec3 (diff)
ARM: dts: OMAP2+: Simplify NAND support
Commit 8c8a777 (ARM: OMAP2+: Add function to read GPMC settings from device-tree) added a device-tree property "gpmc,device-nand" to indicate is the GPMC child device is NAND. This commit should have updated the GPMC NAND documentation (Documentation/devicetree/bindings/mtd/gpmc-nand.txt) to list the property "gpmc,device-nand" as a required property and also updated the example. However, this property is redundant and not needed because the GPMC child device node for NAND is called "nand". Therefore, remove this property. Signed-off-by: Jon Hunter <jon-hunter@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/omap3430-sdp.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
index 144ae43453c4..6076d016b479 100644
--- a/arch/arm/boot/dts/omap3430-sdp.dts
+++ b/arch/arm/boot/dts/omap3430-sdp.dts
@@ -105,7 +105,6 @@
105 nand-bus-width = <8>; 105 nand-bus-width = <8>;
106 106
107 ti,nand-ecc-opt = "sw"; 107 ti,nand-ecc-opt = "sw";
108 gpmc,device-nand;
109 gpmc,cs-on-ns = <0>; 108 gpmc,cs-on-ns = <0>;
110 gpmc,cs-rd-off-ns = <36>; 109 gpmc,cs-rd-off-ns = <36>;
111 gpmc,cs-wr-off-ns = <36>; 110 gpmc,cs-wr-off-ns = <36>;