diff options
author | Pekon Gupta <pekon@ti.com> | 2014-02-05 18:58:32 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-02 10:15:54 -0800 |
commit | c06c52701695911eb594f15a2560cf55ae97e313 (patch) | |
tree | 12372fb5e5142dd30416f314590b5db75db943d9 /arch/arm/boot/dts/omap3430-sdp.dts | |
parent | 91994facdd2d71f050ee199f508dcc15e7a3a29f (diff) | |
download | blackbird-obmc-linux-c06c52701695911eb594f15a2560cf55ae97e313.tar.gz blackbird-obmc-linux-c06c52701695911eb594f15a2560cf55ae97e313.zip |
ARM: dts: AM33xx: updated default ECC scheme in nand-ecc-opt
This patch updated MTD/NAND DT node binding to replace deprecated bindings
as per following commit.
commit ac65caf514ec3e55e8d3d510ee37f80dd97418fe
ARM: OMAP2+: cleaned-up DT support of various ECC schemes
Also Refer: Documentation/devicetree/bindings/mtd/gpmc-nand.txt
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Pekon Gupta <pekon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3430-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3430-sdp.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts index 281914ed0151..d48c08558de3 100644 --- a/arch/arm/boot/dts/omap3430-sdp.dts +++ b/arch/arm/boot/dts/omap3430-sdp.dts @@ -103,9 +103,8 @@ #address-cells = <1>; #size-cells = <1>; reg = <1 0 0x08000000>; + ti,nand-ecc-opt = "ham1"; nand-bus-width = <8>; - - ti,nand-ecc-opt = "sw"; gpmc,cs-on-ns = <0>; gpmc,cs-rd-off-ns = <36>; gpmc,cs-wr-off-ns = <36>; |