All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx7s-warp: Add NFC support
@ 2016-08-16 14:27 Vanessa Maegima
  2016-08-16 14:27 ` [PATCH 2/2] ARM: dts: imx7s-warp: Add User Button support Vanessa Maegima
  2016-08-29  1:35 ` [PATCH 1/2] ARM: dts: imx7s-warp: Add NFC support Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Vanessa Maegima @ 2016-08-16 14:27 UTC (permalink / raw)
  To: linux-arm-kernel

Add NFC support for NT3H1101W0FHK device.

Tested by verifying Manufacturer ID (04h) at address 0x00, via i2ctools.

Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
---
 arch/arm/boot/dts/imx7s-warp.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/imx7s-warp.dts b/arch/arm/boot/dts/imx7s-warp.dts
index 92d9c85..71dbece 100644
--- a/arch/arm/boot/dts/imx7s-warp.dts
+++ b/arch/arm/boot/dts/imx7s-warp.dts
@@ -188,6 +188,13 @@
 	};
 };
 
+&i2c2 {
+	clock-frequency = <100000>;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_i2c2>;
+	status = "okay";
+};
+
 &i2c4 {
 	clock-frequency = <100000>;
 	pinctrl-names = "default";
@@ -278,6 +285,13 @@
 		>;
 	};
 
+	pinctrl_i2c2: i2c2grp {
+		fsl,pins = <
+			MX7D_PAD_I2C2_SDA__I2C2_SDA	0x4000007f
+			MX7D_PAD_I2C2_SCL__I2C2_SCL	0x4000007f
+		>;
+	};
+
 	pinctrl_i2c4: i2c4grp {
 		fsl,pins = <
 			MX7D_PAD_I2C4_SCL__I2C4_SCL	0x4000007f
-- 
2.7.4

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

end of thread, other threads:[~2016-08-29  1:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 14:27 [PATCH 1/2] ARM: dts: imx7s-warp: Add NFC support Vanessa Maegima
2016-08-16 14:27 ` [PATCH 2/2] ARM: dts: imx7s-warp: Add User Button support Vanessa Maegima
2016-08-29  1:46   ` Shawn Guo
2016-08-29  1:35 ` [PATCH 1/2] ARM: dts: imx7s-warp: Add NFC support Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.