]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Fix missing GPMC NAND device width for omap3 boards
authorTony Lindgren <tony@atomide.com>
Tue, 4 Nov 2014 01:42:16 +0000 (17:42 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 4 Nov 2014 01:42:16 +0000 (17:42 -0800)
Looks like we have some GPMC NAND timings missing device
width. This fixes "gpmc_cs_program_settings: invalid width 0!"
errors during boot.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-evm-37xx.dts
arch/arm/boot/dts/omap3-igep0020.dts
arch/arm/boot/dts/omap3-igep0030.dts
arch/arm/boot/dts/omap3-ldp.dts

index f73385bb237af5f5ebf531ee7887fd3680f114f0..16e8ce350ddaae4f4bedc3d86f9d0418e4852f87 100644 (file)
                linux,mtd-name= "hynix,h8kds0un0mer-4em";
                reg = <0 0 4>;  /* CS0, offset 0, IO size 4 */
                nand-bus-width = <16>;
+               gpmc,device-width = <2>;
                ti,nand-ecc-opt = "bch8";
 
                gpmc,sync-clk-ps = <0>;
index ff0b11d95e08e6d3a2af6a5d3dc113a02651783b..cc9343e836c61ba210aa2a692a7f95fadf9a4e62 100644 (file)
                linux,mtd-name= "micron,mt29c4g96maz";
                reg = <0 0 4>;  /* CS0, offset 0, IO size 4 */
                nand-bus-width = <16>;
+               gpmc,device-width = <2>;
                ti,nand-ecc-opt = "bch8";
 
                gpmc,sync-clk-ps = <0>;
index fd7ed712d50638c1281c96f8c8e562846081b9bf..84b74527c5445d2d8d5d4ad96c165238095ba210 100644 (file)
@@ -61,6 +61,7 @@
                linux,mtd-name= "micron,mt29c4g96maz";
                reg = <0 0 4>;  /* CS0, offset 0, IO size 4 */
                nand-bus-width = <16>;
+               gpmc,device-width = <2>;
                ti,nand-ecc-opt = "bch8";
 
                gpmc,sync-clk-ps = <0>;
index 37d305aebc5bd0d3cf5da8114ae49281bb421131..202f95a5a3837b4a52b0d084de28634b9e340771 100644 (file)
                linux,mtd-name= "micron,nand";
                reg = <0 0 4>;  /* CS0, offset 0, IO size 4 */
                nand-bus-width = <16>;
+               gpmc,device-width = <2>;
                ti,nand-ecc-opt = "bch8";
 
                gpmc,sync-clk-ps = <0>;