All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Vladimir Barinov <vladimir.barinov@cogentembedded.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 17/30] arm64: dts: h3ulcb: enable I2C2
Date: Thu,  8 Sep 2016 09:43:13 +0200	[thread overview]
Message-ID: <eb3f0f199fc48a813ee8f22212c91d5f8859ff79.1473320411.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1473320411.git.horms+renesas@verge.net.au>

From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>

This supports I2C2 bus on H3ULCB board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts
index fb694b8c6f59..3ba1f72526ba 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts
@@ -51,6 +51,11 @@
 		function = "scif_clk";
 	};
 
+	i2c2_pins: i2c2 {
+		groups = "i2c2_a";
+		function = "i2c2";
+	};
+
 	avb_pins: avb {
 		groups = "avb_mdc";
 		function = "avb";
@@ -69,6 +74,13 @@
 	status = "okay";
 };
 
+&i2c2 {
+	pinctrl-0 = <&i2c2_pins>;
+	pinctrl-names = "default";
+
+	status = "okay";
+};
+
 &avb {
 	pinctrl-0 = <&avb_pins>;
 	pinctrl-names = "default";
-- 
2.7.0.rc3.207.g0ac5344

WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 17/30] arm64: dts: h3ulcb: enable I2C2
Date: Thu,  8 Sep 2016 09:43:13 +0200	[thread overview]
Message-ID: <eb3f0f199fc48a813ee8f22212c91d5f8859ff79.1473320411.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1473320411.git.horms+renesas@verge.net.au>

From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>

This supports I2C2 bus on H3ULCB board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts
index fb694b8c6f59..3ba1f72526ba 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts
@@ -51,6 +51,11 @@
 		function = "scif_clk";
 	};
 
+	i2c2_pins: i2c2 {
+		groups = "i2c2_a";
+		function = "i2c2";
+	};
+
 	avb_pins: avb {
 		groups = "avb_mdc";
 		function = "avb";
@@ -69,6 +74,13 @@
 	status = "okay";
 };
 
+&i2c2 {
+	pinctrl-0 = <&i2c2_pins>;
+	pinctrl-names = "default";
+
+	status = "okay";
+};
+
 &avb {
 	pinctrl-0 = <&avb_pins>;
 	pinctrl-names = "default";
-- 
2.7.0.rc3.207.g0ac5344

  parent reply	other threads:[~2016-09-08  7:44 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08  7:43 [GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.9 Simon Horman
2016-09-08  7:43 ` Simon Horman
2016-09-08  7:42 ` [PATCH 01/30] arm64: dts: r8a7795: add FCPF device nodes Simon Horman
2016-09-08  7:42   ` Simon Horman
2016-09-08  7:42 ` [PATCH 02/30] arm64: dts: r8a7795: add FDP1 " Simon Horman
2016-09-08  7:42   ` Simon Horman
2016-09-08  7:42 ` [PATCH 03/30] arm64: dts: r8a7795: set maximum frequency for SDHI clocks Simon Horman
2016-09-08  7:42   ` Simon Horman
2016-09-08  7:43 ` [PATCH 04/30] arm64: dts: r8a7795: Add HSUSB device node Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 05/30] arm64: dts: r8a7795: salvator-x: enable usb2_phy of channel 0 Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 06/30] arm64: dts: r8a7795: salvator-x: enable USB 2.0 Host " Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 07/30] arm64: dts: r8a7795: salvator-x: enable HSUSB Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 08/30] arm64: dts: renesas: r8a7795: Add FCPV nodes Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 09/30] arm64: dts: renesas: r8a7795: Add VSP instances Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 10/30] arm64: dts: renesas: r8a7795: Add DU device to DT Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 11/30] arm64: dts: r8a7795: renesas: salvator-x: Enable DU Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 12/30] arm64: dts: r8a7795: Add SoC-specific compatible property to audio-dmac nodes Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 13/30] arm64: dts: h3ulcb: add H3ULCB board DT bindings Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 14/30] arm64: dts: h3ulcb: initial device tree Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 15/30] arm64: dts: h3ulcb: enable SCIF clk and pins Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 16/30] arm64: dts: h3ulcb: enable EthernetAVB Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` Simon Horman [this message]
2016-09-08  7:43   ` [PATCH 17/30] arm64: dts: h3ulcb: enable I2C2 Simon Horman
2016-09-08  7:43 ` [PATCH 18/30] arm64: dts: h3ulcb: enable EXTALR clk Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 19/30] arm64: dts: h3ulcb: enable WDT Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 20/30] arm64: dts: h3ulcb: enable USB2 PHY of channel 1 Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 21/30] arm64: dts: h3ulcb: enable USB2.0 Host " Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 22/30] arm64: dts: r8a7795: remove unnecessary cap-mmc-highspeed property Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 23/30] arm64: dts: h3ulcb: enable GPIO keys Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 24/30] arm64: dts: h3ulcb: enable SDHI0 Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 25/30] arm64: dts: h3ulcb: Sound SSI support Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 26/30] arm64: dts: h3ulcb: enable GPIO leds Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 27/30] arm64: dts: r8a7795: salvator-x: Configure pins for the DU RGB output Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 28/30] arm64: dts: r8a7796: Add pinctrl device node Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 29/30] arm64: dts: r8a7796: salvator-x: add serial console pins Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-08  7:43 ` [PATCH 30/30] arm64: dts: r8a7796: Add GPIO device nodes Simon Horman
2016-09-08  7:43   ` Simon Horman
2016-09-14 15:43 ` [GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.9 Arnd Bergmann
2016-09-14 15:43   ` Arnd Bergmann

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=eb3f0f199fc48a813ee8f22212c91d5f8859ff79.1473320411.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=vladimir.barinov@cogentembedded.com \
    /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.