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 <s.hauer@pengutronix.de>
Acked-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
Sascha Hauer 2014-05-09 08:11:19 +02:00 committed by Shawn Guo
parent 974e587201
commit 1885e5de30
1 changed files with 2 additions and 0 deletions

View File

@ -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";
};