From: Alexander Shiyan Date: Sun, 7 Apr 2013 15:29:12 +0000 (+0400) Subject: ARM: dts: Add NFC support for i.MX27 Phytec PCM038 module X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1b45acebd4a71e373f81a26fdf3d99dd51481ca2;p=linux-beck.git ARM: dts: Add NFC support for i.MX27 Phytec PCM038 module Added NFC node to imx27-phytec-phycore DT file. Signed-off-by: Alexander Shiyan Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dts b/arch/arm/boot/dts/imx27-phytec-phycore.dts index 9b7ca3ed34d7..fe64e3a91df0 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dts @@ -71,3 +71,9 @@ #size-cells = <1>; }; }; + +&nfc { + nand-bus-width = <8>; + nand-ecc-mode = "hw"; + status = "okay"; +};