linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: dts: i.MX51: Add one more I2C2 pinmux entry
Date: Wed, 14 Aug 2013 13:05:52 +0400	[thread overview]
Message-ID: <1376471153-3452-2-git-send-email-shc_work@mail.ru> (raw)
In-Reply-To: <1376471153-3452-1-git-send-email-shc_work@mail.ru>

This adds one more I2C2 alternate pinmux entry.
GPIO1_2 <=> SCL
GPIO1_3 <=> SDA

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx51.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 6d8f94a..a85abb4 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -622,6 +622,13 @@
 				MX51_PAD_EIM_D24__I2C2_SDA 0x400001ed
 			>;
 		};
+
+		pinctrl_i2c2_3: i2c2grp-3 {
+			fsl,pins = <
+				MX51_PAD_GPIO1_2__I2C2_SCL 0x400001ed
+				MX51_PAD_GPIO1_3__I2C2_SDA 0x400001ed
+			>;
+		};
 	};
 
 	ipu_disp1 {
-- 
1.8.1.5

  reply	other threads:[~2013-08-14  9:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-14  9:05 [PATCH 1/3] ARM: dts: i.MX51: Move pins configuration under "iomuxc" label Alexander Shiyan
2013-08-14  9:05 ` Alexander Shiyan [this message]
2013-08-14  9:05 ` [PATCH 3/3] ARM: dts: i.MX51: Separate TXD/RXD and RTS/CTS pinmux entries for UARTs Alexander Shiyan
2013-08-15 12:18   ` Shawn Guo
2013-08-15 12:22 ` [PATCH 1/3] ARM: dts: i.MX51: Move pins configuration under "iomuxc" label Shawn Guo

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=1376471153-3452-2-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --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).