linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-wandboard: Add support for i2c1.
@ 2013-08-07  1:32 Michael Panetta
  2013-08-07  1:32 ` [PATCH] ARM: dts: imx6qdl-wandboard: Add support for i2c3 Michael Panetta
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Panetta @ 2013-08-07  1:32 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds support for i2c1 to the wandboard common dtsi file.


Signed-off-by: Michael Panetta <panetta.mike@gmail.com>
---
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
index b40bbe1..bc494a0 100644
--- a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi
@@ -51,6 +51,13 @@
 	status = "okay";
 };
 
+&i2c1 {
+	clock-frequency = <100000>;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_i2c1_1>;
+	status = "okay";
+};
+
 &i2c2 {
 	clock-frequency = <100000>;
 	pinctrl-names = "default";
-- 
1.7.11.7

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

end of thread, other threads:[~2013-08-07  1:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07  1:32 [PATCH] ARM: dts: imx6qdl-wandboard: Add support for i2c1 Michael Panetta
2013-08-07  1:32 ` [PATCH] ARM: dts: imx6qdl-wandboard: Add support for i2c3 Michael Panetta

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