diff options
author | Jon Hunter <jon-hunter@ti.com> | 2013-04-30 18:11:22 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-16 20:21:19 +0400 |
commit | f40739faba8e804cf46505869ab98ad7c4a88833 (patch) | |
tree | 2cce922881e8fd89ca7864a7e861255cffecb340 /arch/arm/boot/dts/omap3430-sdp.dts | |
parent | 496c8a0bbb726c2608b3b1318d231ab04a9a2ec3 (diff) | |
download | linux-f40739faba8e804cf46505869ab98ad7c4a88833.tar.xz |
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/omap3430-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3430-sdp.dts | 1 |
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 @@ nand-bus-width = <8>; ti,nand-ecc-opt = "sw"; - gpmc,device-nand; gpmc,cs-on-ns = <0>; gpmc,cs-rd-off-ns = <36>; gpmc,cs-wr-off-ns = <36>; |