Commit ed38c657 authored by Anthoine Bourgeois's avatar Anthoine Bourgeois Committed by Tony Lindgren

ARM: dts: omap3-devkit8000: Fix NAND DT node

Add nand-ecc-opt and device-width properties to enable nand support on
Devkit8000.
Signed-off-by: default avatarAnthoine Bourgeois <anthoine.bourgeois@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3d76be5b
......@@ -110,6 +110,8 @@ &gpmc {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment