linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-renesas-soc@vger.kernel.org, horms@verge.net.au,
	wsa@the-dreams.de, geert@linux-m68k.org
Cc: magnus.damm@gmail.com, linux-i2c@vger.kernel.org,
	Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Subject: [PATCH 5/6] arm64: renesas: draak: enable I2C controller 1
Date: Wed, 15 Nov 2017 16:25:25 +0100	[thread overview]
Message-ID: <1510759526-30346-6-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <1510759526-30346-1-git-send-email-ulrich.hecht+renesas@gmail.com>

No devices to add, I2C1 has an external connector only.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
index 64a6339..91f247f 100644
--- a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts
@@ -51,6 +51,11 @@
 		function = "i2c0";
 	};
 
+	i2c1_pins: i2c1 {
+		groups = "i2c1";
+		function = "i2c1";
+	};
+
 	pwm0_pins: pwm0 {
 		groups = "pwm0_c";
 		function = "pwm0";
@@ -84,6 +89,12 @@
 	};
 };
 
+&i2c1 {
+	pinctrl-0 = <&i2c1_pins>;
+	pinctrl-names = "default";
+	status = "okay";
+};
+
 &ehci0 {
 	status = "okay";
 };
-- 
2.7.4

  parent reply	other threads:[~2017-11-15 15:25 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-15 15:25 [PATCH 0/6] R-Car D3 (r8a77995) I2C integration Ulrich Hecht
2017-11-15 15:25 ` [PATCH 1/6] pinctrl: sh-pfc: r8a77995: add missing pins SCL0 and SDA0 to pinmux data Ulrich Hecht
2017-11-16  8:53   ` Geert Uytterhoeven
2017-11-15 15:25 ` [PATCH 2/6] i2c: rcar: enable for R-Car D3 (r8a77995) Ulrich Hecht
2017-11-16  8:54   ` Geert Uytterhoeven
2017-11-15 15:25 ` [PATCH 3/6] arm64: renesas: r8a77995: add I2C support Ulrich Hecht
2017-11-16  9:10   ` Geert Uytterhoeven
2017-11-17 14:28     ` Simon Horman
2018-01-19 10:32       ` Kieran Bingham
2018-01-17 17:21   ` Kieran Bingham
2017-11-15 15:25 ` [PATCH 4/6] arm64: renesas: draak: enable I2C controller 0 and EEPROM Ulrich Hecht
2017-11-16  9:27   ` Geert Uytterhoeven
2017-11-17 14:31     ` Simon Horman
2017-11-17 16:39       ` Simon Horman
2018-01-19 10:34         ` Kieran Bingham
2017-11-15 15:25 ` Ulrich Hecht [this message]
2017-11-16  9:31   ` [PATCH 5/6] arm64: renesas: draak: enable I2C controller 1 Geert Uytterhoeven
2017-11-17 14:32     ` Simon Horman
2017-11-17 16:40       ` Simon Horman
2018-01-29 15:46     ` Ulrich Hecht
2017-11-15 15:25 ` [PATCH 6/6] i2c: rcar: document R8A77970 bindings Ulrich Hecht
2017-11-16  8:55   ` Geert Uytterhoeven
2017-12-04 21:33 ` [PATCH 0/6] R-Car D3 (r8a77995) I2C integration Wolfram Sang

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=1510759526-30346-6-git-send-email-ulrich.hecht+renesas@gmail.com \
    --to=ulrich.hecht+renesas@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=horms@verge.net.au \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=wsa@the-dreams.de \
    /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).