aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Hauer <[email protected]>2014-05-09 08:11:19 +0200
committerShawn Guo <[email protected]>2014-05-16 23:02:11 +0800
commit1885e5de3009d6d3c25a851fe9bc41dc6a81a09d (patch)
tree2b3e0d2460a31f6ba4452615f59049f6347e2604
parent974e5872013dce84ad7c5bbbc954fc550eecc467 (diff)
ARM: dts: Karo TX25: use hardware ecc
We should use hardware ecc on i.MX. While at it, add the optional nand-bus-width property. Signed-off-by: Sascha Hauer <[email protected]> Acked-by: Lothar Waßmann <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/imx25-karo-tx25.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25-karo-tx25.dts b/arch/arm/boot/dts/imx25-karo-tx25.dts
index 69d421790d2f..9b31faa96377 100644
--- a/arch/arm/boot/dts/imx25-karo-tx25.dts
+++ b/arch/arm/boot/dts/imx25-karo-tx25.dts
@@ -107,5 +107,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_nfc>;
nand-on-flash-bbt;
+ nand-ecc-mode = "hw";
+ nand-bus-width = <8>;
status = "okay";
};