diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2015-05-20 13:00:10 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-20 13:00:10 -0400 |
commit | ed38c6573b2ef34b3629989f7b6ac5894a010403 (patch) | |
tree | ee928af126d57e63c33c8f5ada0375c685e22e75 /arch/arm/boot/dts/omap3-devkit8000.dts | |
parent | 3d76be5b933e2a66d85a2f7444e68e99e8a48ad4 (diff) |
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: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-devkit8000.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-devkit8000.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts index 134d3f27a8ec..921de6605f07 100644 --- a/arch/arm/boot/dts/omap3-devkit8000.dts +++ b/arch/arm/boot/dts/omap3-devkit8000.dts | |||
@@ -110,6 +110,8 @@ | |||
110 | nand@0,0 { | 110 | nand@0,0 { |
111 | reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ | 111 | reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ |
112 | nand-bus-width = <16>; | 112 | nand-bus-width = <16>; |
113 | gpmc,device-width = <2>; | ||
114 | ti,nand-ecc-opt = "sw"; | ||
113 | 115 | ||
114 | gpmc,sync-clk-ps = <0>; | 116 | gpmc,sync-clk-ps = <0>; |
115 | gpmc,cs-on-ns = <0>; | 117 | gpmc,cs-on-ns = <0>; |