aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-04-07 11:29:12 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-09 10:53:40 -0400
commit1b45acebd4a71e373f81a26fdf3d99dd51481ca2 (patch)
tree51a4eeccc4b65b13da336ba42577ba82be682383
parent718a35006f3fa48540d69bd649ff76ea4cdc1ef2 (diff)
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 <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycore.dts6
1 files changed, 6 insertions, 0 deletions
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 @@
71 #size-cells = <1>; 71 #size-cells = <1>;
72 }; 72 };
73}; 73};
74
75&nfc {
76 nand-bus-width = <8>;
77 nand-ecc-mode = "hw";
78 status = "okay";
79};