linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: nitrogen6x: add i2c2
@ 2014-07-25 10:49 Lucas Stach
  2014-07-25 10:49 ` [PATCH 2/3] ARM: dts: nitrogen6x: add hdmi Lucas Stach
  2014-07-25 10:49 ` [PATCH 3/3] ARM: dts: nitrogen6x: add i2c3 Lucas Stach
  0 siblings, 2 replies; 8+ messages in thread
From: Lucas Stach @ 2014-07-25 10:49 UTC (permalink / raw)
  To: linux-arm-kernel

From: Michael Olbrich <m.olbrich@pengutronix.de>

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
index 4c4b17596c8b..3362d2600d85 100644
--- a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi
@@ -189,6 +189,13 @@
 	};
 };
 
+&i2c2 {
+	clock-frequency = <100000>;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_i2c2>;
+	status = "okay";
+};
+
 &iomuxc {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_hog>;
@@ -266,6 +273,13 @@
 			>;
 		};
 
+		pinctrl_i2c2: i2c2grp {
+			fsl,pins = <
+				MX6QDL_PAD_KEY_COL3__I2C2_SCL		0x4001b8b1
+				MX6QDL_PAD_KEY_ROW3__I2C2_SDA		0x4001b8b1
+			>;
+		};
+
 		pinctrl_pwm1: pwm1grp {
 			fsl,pins = <
 				MX6QDL_PAD_SD1_DAT3__PWM1_OUT 0x1b0b1
-- 
2.0.1

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

end of thread, other threads:[~2014-07-29  8:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 10:49 [PATCH 1/3] ARM: dts: nitrogen6x: add i2c2 Lucas Stach
2014-07-25 10:49 ` [PATCH 2/3] ARM: dts: nitrogen6x: add hdmi Lucas Stach
2014-07-25 13:48   ` Fabio Estevam
2014-07-25 13:55     ` Lucas Stach
2014-07-29  7:48       ` Shawn Guo
2014-07-29  8:14         ` Lucas Stach
2014-07-29  8:59           ` Shawn Guo
2014-07-25 10:49 ` [PATCH 3/3] ARM: dts: nitrogen6x: add i2c3 Lucas Stach

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).