ARM: dts: Add NFC support for i.MX27 Phytec PCM038 module
authorAlexander Shiyan <shc_work@mail.ru>
Sun, 7 Apr 2013 15:29:12 +0000 (19:29 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 9 Apr 2013 14:53:40 +0000 (22:53 +0800)
Added NFC node to imx27-phytec-phycore DT file.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-phytec-phycore.dts

index 9b7ca3ed34d766147eb9400f2edbcb6705b94751..fe64e3a91df003e0967a19ade23c35cc022d667a 100644 (file)
@@ -71,3 +71,9 @@
                #size-cells = <1>;
        };
 };
+
+&nfc {
+       nand-bus-width = <8>;
+       nand-ecc-mode = "hw";
+       status = "okay";
+};