ARM: dts: Karo TX25: use hardware ecc
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 9 May 2014 06:11:19 +0000 (08:11 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:02:11 +0000 (23:02 +0800)
We should use hardware ecc on i.MX. While at it, add the optional
nand-bus-width property.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx25-karo-tx25.dts

index 69d421790d2f4b3f43e861b36068fbd328c59f94..9b31faa96377ad0b5e0e00f30743f90e20ddae1c 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_nfc>;
        nand-on-flash-bbt;
+       nand-ecc-mode = "hw";
+       nand-bus-width = <8>;
        status = "okay";
 };