ARM: dts: OMAP2+: Simplify NAND support
authorJon Hunter <jon-hunter@ti.com>
Tue, 30 Apr 2013 14:11:22 +0000 (09:11 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 16 May 2013 16:21:19 +0000 (09:21 -0700)
commitf40739faba8e804cf46505869ab98ad7c4a88833
tree2cce922881e8fd89ca7864a7e861255cffecb340
parent496c8a0bbb726c2608b3b1318d231ab04a9a2ec3
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>
Documentation/devicetree/bindings/bus/ti-gpmc.txt
arch/arm/boot/dts/omap3430-sdp.dts
arch/arm/mach-omap2/gpmc-nand.c
arch/arm/mach-omap2/gpmc.c