Skip to content

Commit

Permalink
ARM: dts: omap3-devkit8000: Fix NAND DT node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anthoine Bourgeois authored and Tony Lindgren committed May 20, 2015
1 parent 3d76be5 commit ed38c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/omap3-devkit8000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
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>;
Expand Down

0 comments on commit ed38c65

Please sign in to comment.