From 1b45acebd4a71e373f81a26fdf3d99dd51481ca2 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sun, 7 Apr 2013 19:29:12 +0400 Subject: [PATCH] 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 --- arch/arm/boot/dts/imx27-phytec-phycore.dts | 6 ++++++ 1 file changed, 6 insertions(+) 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"; +};