ARM: dts: omap3-devkit8000: Fix NAND DT node
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>
Wed, 20 May 2015 17:00:10 +0000 (10:00 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 20 May 2015 17:00:10 +0000 (10:00 -0700)
Add nand-ecc-opt and device-width properties to enable nand support on
Devkit8000.

Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-devkit8000.dts

index 134d3f2..921de66 100644 (file)
        nand@0,0 {
                reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
                nand-bus-width = <16>;
+               gpmc,device-width = <2>;
+               ti,nand-ecc-opt = "sw";
 
                gpmc,sync-clk-ps = <0>;
                gpmc,cs-on-ns = <0>;