linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: dts: imx27-phytec-phycore-som: Add NFC pin group
@ 2013-12-21  7:11 Alexander Shiyan
  2013-12-21  7:11 ` [PATCH 2/6] ARM: dts: imx27-phytec-phycore-rdk: Enable 1-Wire module Alexander Shiyan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alexander Shiyan @ 2013-12-21  7:11 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds pin group fro NAND Flash Controller.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi | 6 ++++++
 arch/arm/boot/dts/imx27-pingrp.h                | 9 +++++++++
 2 files changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi
index 7087a4f..94ba726 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi
+++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi
@@ -201,10 +201,16 @@
 		pinctrl_i2c2: i2c2grp {
 			fsl,pins = <MX27_I2C2_PINGRP1>;
 		};
+
+		pinctrl_nfc: nfcgrp {
+			fsl,pins = <MX27_NFC_PINGRP1>;
+		};
 	};
 };
 
 &nfc {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_nfc>;
 	nand-bus-width = <8>;
 	nand-ecc-mode = "hw";
 	nand-on-flash-bbt;
diff --git a/arch/arm/boot/dts/imx27-pingrp.h b/arch/arm/boot/dts/imx27-pingrp.h
index edc1e90..61eb710 100644
--- a/arch/arm/boot/dts/imx27-pingrp.h
+++ b/arch/arm/boot/dts/imx27-pingrp.h
@@ -85,6 +85,15 @@
 	MX27_PAD_I2C2_SDA__I2C2_SDA 0x0 \
 	MX27_PAD_I2C2_SCL__I2C2_SCL 0x0
 
+#define MX27_NFC_PINGRP1 \
+	MX27_PAD_NFRB__NFRB 0x0 \
+	MX27_PAD_NFCLE__NFCLE 0x0 \
+	MX27_PAD_NFWP_B__NFWP_B 0x0 \
+	MX27_PAD_NFCE_B__NFCE_B 0x0 \
+	MX27_PAD_NFALE__NFALE 0x0 \
+	MX27_PAD_NFRE_B__NFRE_B 0x0 \
+	MX27_PAD_NFWE_B__NFWE_B 0x0
+
 #define MX27_OWIRE1_PINGRP1 \
 	MX27_PAD_RTCK__OWIRE 0x0
 
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-23  7:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-21  7:11 [PATCH 1/6] ARM: dts: imx27-phytec-phycore-som: Add NFC pin group Alexander Shiyan
2013-12-21  7:11 ` [PATCH 2/6] ARM: dts: imx27-phytec-phycore-rdk: Enable 1-Wire module Alexander Shiyan
2013-12-21  7:11 ` [PATCH 3/6] ARM: dts: imx27-phytec-phycore-som: Add spi-cs-high property to PMIC Alexander Shiyan
2013-12-21  7:11 ` [PATCH 4/6] ARM: dts: i.MX27: Add missing pullup settings for SDHC pin groups Alexander Shiyan
2013-12-21  7:11 ` [PATCH 5/6] ARM: dts: imx27-phytec-phycore-rdk: Add pingrp for SDHC Alexander Shiyan
2013-12-21  7:11 ` [PATCH 6/6] ARM: dts: imx27-phytec-phycore-rdk: Add pinctrl definitions for WEIM Alexander Shiyan
2013-12-23  7:53 ` [PATCH 1/6] ARM: dts: imx27-phytec-phycore-som: Add NFC pin group Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).