From: wsa@the-dreams.de (Wolfram Sang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 3/5] ARM: shmobile: r8a7791: add IIC(B) cores to dtsi
Date: Mon, 10 Mar 2014 12:26:58 +0100 [thread overview]
Message-ID: <1394450820-8158-3-git-send-email-wsa@the-dreams.de> (raw)
In-Reply-To: <1394450820-8158-1-git-send-email-wsa@the-dreams.de>
From: Wolfram Sang <wsa@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
---
Changes since V1: use better compatible name "renesas,iic-r8a7791"
arch/arm/boot/dts/r8a7791.dtsi | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index 858a8a923b00..f71670a5bfbc 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -27,6 +27,9 @@
i2c3 = &i2c3;
i2c4 = &i2c4;
i2c5 = &i2c5;
+ i2c6 = &i2c6;
+ i2c7 = &i2c7;
+ i2c8 = &i2c8;
spi0 = &qspi;
spi1 = &msiof0;
spi2 = &msiof1;
@@ -184,6 +187,7 @@
<0 17 IRQ_TYPE_LEVEL_HIGH>;
};
+ /* The memory map in the User's Manual maps the cores to bus numbers */
i2c0: i2c at e6508000 {
#address-cells = <1>;
#size-cells = <0>;
@@ -235,6 +239,7 @@
};
i2c5: i2c at e6528000 {
+ /* doesn't need pinmux */
#address-cells = <1>;
#size-cells = <0>;
compatible = "renesas,i2c-r8a7791";
@@ -244,6 +249,37 @@
status = "disabled";
};
+ i2c6: i2c at e60b0000 {
+ /* doesn't need pinmux */
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "renesas,iic-r8a7791", "renesas,rmobile-iic";
+ reg = <0 0xe60b0000 0 0x425>;
+ interrupts = <0 173 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp9_clks R8A7791_CLK_IICDVFS>;
+ status = "disabled";
+ };
+
+ i2c7: i2c at e6500000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "renesas,iic-r8a7791", "renesas,rmobile-iic";
+ reg = <0 0xe6500000 0 0x425>;
+ interrupts = <0 174 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp3_clks R8A7791_CLK_IIC0>;
+ status = "disabled";
+ };
+
+ i2c8: i2c at e6510000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "renesas,iic-r8a7791", "renesas,rmobile-iic";
+ reg = <0 0xe6510000 0 0x425>;
+ interrupts = <0 175 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp3_clks R8A7791_CLK_IIC1>;
+ status = "disabled";
+ };
+
pfc: pfc at e6060000 {
compatible = "renesas,pfc-r8a7791";
reg = <0 0xe6060000 0 0x250>;
--
1.9.0
next prev parent reply other threads:[~2014-03-10 11:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-10 11:26 [PATCH V2 1/5] ARM: shmobile: r8a7791: add IIC0/1 clock macros Wolfram Sang
2014-03-10 11:26 ` [PATCH V2 2/5] ARM: shmobile: r8a7791: add IIC(B) clocks to dtsi Wolfram Sang
2014-03-10 11:26 ` Wolfram Sang [this message]
2014-08-21 20:53 ` [PATCH V2 3/5] ARM: shmobile: r8a7791: add IIC(B) cores " Sergei Shtylyov
2014-03-10 11:26 ` [PATCH V2 4/5] ARM: shmobile: koelsch: make i2c2-pfc node unique Wolfram Sang
2014-03-10 11:27 ` [PATCH V2 5/5] ARM: shmobile: koelsch: activate i2c6 bus Wolfram Sang
2014-03-10 11:36 ` [PATCH V2 1/5] ARM: shmobile: r8a7791: add IIC0/1 clock macros Laurent Pinchart
2014-03-26 5:09 ` Magnus Damm
2014-03-26 6:29 ` Wolfram Sang
2014-03-26 17:15 ` Simon Horman
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=1394450820-8158-3-git-send-email-wsa@the-dreams.de \
--to=wsa@the-dreams.de \
--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).