diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-04 02:44:44 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:26:49 -0500 |
commit | 6363070ef7744ad8b6af2ef37afc913c41e82547 (patch) | |
tree | dd1cedd743c8a3c9a32a36621da4b12973bb3815 /arch/arm/boot/dts/r8a7779.dtsi | |
parent | 3acb51b9215bd99da403ecf8200f8425176b1926 (diff) |
ARM: shmobile: r8a7779: tidyup I2C driver name on DTSI
10e8d4f6dddb0f9dc408c2f2bde8399b243a42ca
(ARM: mach-shmobile: r8a7779: Minimal setup using DT)
added I2C driver, but it was SH-Mobile I2C.
R-Car H1 needs R-Car I2C driver.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7779.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7779.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index 19faeac3fd2e..da61d2708376 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi | |||
@@ -153,7 +153,7 @@ | |||
153 | i2c0: i2c@ffc70000 { | 153 | i2c0: i2c@ffc70000 { |
154 | #address-cells = <1>; | 154 | #address-cells = <1>; |
155 | #size-cells = <0>; | 155 | #size-cells = <0>; |
156 | compatible = "renesas,rmobile-iic"; | 156 | compatible = "renesas,i2c-r8a7779"; |
157 | reg = <0xffc70000 0x1000>; | 157 | reg = <0xffc70000 0x1000>; |
158 | interrupt-parent = <&gic>; | 158 | interrupt-parent = <&gic>; |
159 | interrupts = <0 79 0x4>; | 159 | interrupts = <0 79 0x4>; |
@@ -163,7 +163,7 @@ | |||
163 | i2c1: i2c@ffc71000 { | 163 | i2c1: i2c@ffc71000 { |
164 | #address-cells = <1>; | 164 | #address-cells = <1>; |
165 | #size-cells = <0>; | 165 | #size-cells = <0>; |
166 | compatible = "renesas,rmobile-iic"; | 166 | compatible = "renesas,i2c-r8a7779"; |
167 | reg = <0xffc71000 0x1000>; | 167 | reg = <0xffc71000 0x1000>; |
168 | interrupt-parent = <&gic>; | 168 | interrupt-parent = <&gic>; |
169 | interrupts = <0 82 0x4>; | 169 | interrupts = <0 82 0x4>; |
@@ -173,7 +173,7 @@ | |||
173 | i2c2: i2c@ffc72000 { | 173 | i2c2: i2c@ffc72000 { |
174 | #address-cells = <1>; | 174 | #address-cells = <1>; |
175 | #size-cells = <0>; | 175 | #size-cells = <0>; |
176 | compatible = "renesas,rmobile-iic"; | 176 | compatible = "renesas,i2c-r8a7779"; |
177 | reg = <0xffc72000 0x1000>; | 177 | reg = <0xffc72000 0x1000>; |
178 | interrupt-parent = <&gic>; | 178 | interrupt-parent = <&gic>; |
179 | interrupts = <0 80 0x4>; | 179 | interrupts = <0 80 0x4>; |
@@ -183,7 +183,7 @@ | |||
183 | i2c3: i2c@ffc73000 { | 183 | i2c3: i2c@ffc73000 { |
184 | #address-cells = <1>; | 184 | #address-cells = <1>; |
185 | #size-cells = <0>; | 185 | #size-cells = <0>; |
186 | compatible = "renesas,rmobile-iic"; | 186 | compatible = "renesas,i2c-r8a7779"; |
187 | reg = <0xffc73000 0x1000>; | 187 | reg = <0xffc73000 0x1000>; |
188 | interrupt-parent = <&gic>; | 188 | interrupt-parent = <&gic>; |
189 | interrupts = <0 81 0x4>; | 189 | interrupts = <0 81 0x4>; |