All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sachin Kamat <sachin.kamat@linaro.org>
To: linux-samsung-soc@vger.kernel.org
Cc: kgene.kim@samsung.com, dianders@chromium.org,
	sachin.kamat@linaro.org, joshi@samsung.com,
	ajaykumar.rs@samsung.com
Subject: [PATCH 1/4] ARM: dts: exynos5250-snow: add pinctrl for i2c-arbitrator
Date: Mon, 14 Apr 2014 18:46:04 +0530	[thread overview]
Message-ID: <1397481367-12652-1-git-send-email-sachin.kamat@linaro.org> (raw)

From: Doug Anderson <dianders@chromium.org>

Added i2c-arbitrator pinctrl node to Snow board.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/boot/dts/exynos5250-snow.dts |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index 1ce1088..32715b3 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -39,6 +39,22 @@
 		};
 	};
 
+	pinctrl@13400000 {
+		arb_their_claim: arb-their-claim {
+			samsung,pins = "gpe0-4";
+			samsung,pin-function = <0>;
+			samsung,pin-pud = <3>;
+			samsung,pin-drv = <0>;
+		};
+
+		arb_our_claim: arb-our-claim {
+			samsung,pins = "gpf0-3";
+			samsung,pin-function = <1>;
+			samsung,pin-pud = <0>;
+			samsung,pin-drv = <0>;
+		};
+	};
+
 	gpio-keys {
 		compatible = "gpio-keys";
 
@@ -65,6 +81,9 @@
 		wait-retry-us = <3000>;
 		wait-free-us = <50000>;
 
+		pinctrl-names = "default";
+		pinctrl-0 = <&arb_our_claim &arb_their_claim>;
+
 		/* Use ID 104 as a hint that we're on physical bus 4 */
 		i2c_104: i2c@0 {
 			reg = <0>;
-- 
1.7.9.5

             reply	other threads:[~2014-04-14 13:16 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-14 13:16 Sachin Kamat [this message]
2014-04-14 13:16 ` [PATCH 2/4] ARM: dts: exynos5250-snow: add pinctrl for EC irq Sachin Kamat
2014-04-14 22:33   ` Doug Anderson
2014-04-14 13:16 ` [PATCH 3/4] ARM: dts: exynos5250-snow: add tps65090 power regulator Sachin Kamat
2014-04-14 22:43   ` Doug Anderson
2014-04-15  9:55     ` Sachin Kamat
2014-04-15 20:21   ` Doug Anderson
2014-04-14 13:16 ` [PATCH 4/4] ARM: dts: exynos5250-snow: add ptn3460 node Sachin Kamat
2014-04-14 22:54   ` Olof Johansson
2014-04-30 13:03     ` Ajay kumar
2014-05-15 19:38       ` Kukjin Kim
2014-05-15 19:50         ` Doug Anderson
2014-05-15 20:10           ` Kukjin Kim
2014-05-15 20:15           ` Ajay kumar
2014-04-14 23:00   ` Doug Anderson
2014-04-14 22:30 ` [PATCH 1/4] ARM: dts: exynos5250-snow: add pinctrl for i2c-arbitrator Doug Anderson
2014-04-14 22:38   ` Tomasz Figa
2014-04-14 22:53     ` Doug Anderson
2014-05-15 19:54       ` Kukjin Kim
2014-05-15 20:00         ` Tomasz Figa
2014-05-15 20:12           ` Kukjin Kim

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=1397481367-12652-1-git-send-email-sachin.kamat@linaro.org \
    --to=sachin.kamat@linaro.org \
    --cc=ajaykumar.rs@samsung.com \
    --cc=dianders@chromium.org \
    --cc=joshi@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.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 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.