linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: panetta.mike@gmail.com (Michael Panetta)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx6qdl-wandboard: Add support for i2c1.
Date: Tue,  6 Aug 2013 21:32:50 -0400	[thread overview]
Message-ID: <1375839171-13713-1-git-send-email-panetta.mike@gmail.com> (raw)

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

             reply	other threads:[~2013-08-07  1:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-07  1:32 Michael Panetta [this message]
2013-08-07  1:32 ` [PATCH] ARM: dts: imx6qdl-wandboard: Add support for i2c3 Michael Panetta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1375839171-13713-1-git-send-email-panetta.mike@gmail.com \
    --to=panetta.mike@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).