diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2015-05-20 17:00:10 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-20 17:00:10 (GMT) |
commit | ed38c6573b2ef34b3629989f7b6ac5894a010403 (patch) | |
tree | ee928af126d57e63c33c8f5ada0375c685e22e75 /arch/arm/boot | |
parent | 3d76be5b933e2a66d85a2f7444e68e99e8a48ad4 (diff) | |
download | linux-ed38c6573b2ef34b3629989f7b6ac5894a010403.tar.xz |
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')
-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 134d3f2..921de66 100644 --- a/arch/arm/boot/dts/omap3-devkit8000.dts +++ b/arch/arm/boot/dts/omap3-devkit8000.dts @@ -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>; |