From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Shiyan Subject: [PATCH 1/3] ARM: dts: Add NFC support for i.MX27 Phytec PCM038 module Date: Sun, 7 Apr 2013 19:29:12 +0400 Message-ID: <1365348554-24345-1-git-send-email-shc_work@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Alexander Shiyan , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , Sascha Hauer List-Id: devicetree@vger.kernel.org Added NFC node to imx27-phytec-phycore DT file. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx27-phytec-phycore.dtsp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dtsp b/arch/arm/boot/dts/imx27-phytec-phycore.dtsp index 924097a..7228153 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dtsp +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dtsp @@ -71,3 +71,9 @@ #size-cells = <1>; }; }; + +&nfc { + nand-bus-width = <8>; + nand-ecc-mode = "hw"; + status = "okay"; +}; -- 1.8.1.5