projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d76be5
)
ARM: dts: omap3-devkit8000: Fix NAND DT node
author
Anthoine Bourgeois
<
[email protected]
>
Wed, 20 May 2015 17:00:10 +0000
(10:00 -0700)
committer
Tony Lindgren
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/boot/dts/omap3-devkit8000.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-devkit8000.dts
b/arch/arm/boot/dts/omap3-devkit8000.dts
index 134d3f27a8ec5ae1f4f68982da4047dfcff13e13..921de6605f075d878f407d925a5652195bd2b41d 100644
(file)
--- 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>;