diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2013-09-26 07:06:01 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-07 20:25:13 -0400 |
commit | eda3a4fa9529341f2ce23374e5f295764d0b5838 (patch) | |
tree | 8a34f2d6bc1336c89712cd2c5ba270d5b102227c /arch/arm/boot/dts/r8a7779.dtsi | |
parent | 50128df2c0164a3510da2af9d2dfed2da3987bd3 (diff) |
ARM: shmobile: only enable used I2C interfaces in DT on all Renesas boards
Currently all I2C interfaces in all *.dtsi files for various Renesas SoCs
are enabled by default. Switch them all off and only enable populated I2C
interfaces in board-specific *.dts files.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index 23a62447359c..65dc6528bc85 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi | |||
@@ -156,6 +156,7 @@ | |||
156 | reg = <0xffc70000 0x1000>; | 156 | reg = <0xffc70000 0x1000>; |
157 | interrupt-parent = <&gic>; | 157 | interrupt-parent = <&gic>; |
158 | interrupts = <0 79 0x4>; | 158 | interrupts = <0 79 0x4>; |
159 | status = "disabled"; | ||
159 | }; | 160 | }; |
160 | 161 | ||
161 | i2c1: i2c@ffc71000 { | 162 | i2c1: i2c@ffc71000 { |
@@ -165,6 +166,7 @@ | |||
165 | reg = <0xffc71000 0x1000>; | 166 | reg = <0xffc71000 0x1000>; |
166 | interrupt-parent = <&gic>; | 167 | interrupt-parent = <&gic>; |
167 | interrupts = <0 82 0x4>; | 168 | interrupts = <0 82 0x4>; |
169 | status = "disabled"; | ||
168 | }; | 170 | }; |
169 | 171 | ||
170 | i2c2: i2c@ffc72000 { | 172 | i2c2: i2c@ffc72000 { |
@@ -174,6 +176,7 @@ | |||
174 | reg = <0xffc72000 0x1000>; | 176 | reg = <0xffc72000 0x1000>; |
175 | interrupt-parent = <&gic>; | 177 | interrupt-parent = <&gic>; |
176 | interrupts = <0 80 0x4>; | 178 | interrupts = <0 80 0x4>; |
179 | status = "disabled"; | ||
177 | }; | 180 | }; |
178 | 181 | ||
179 | i2c3: i2c@ffc73000 { | 182 | i2c3: i2c@ffc73000 { |
@@ -183,6 +186,7 @@ | |||
183 | reg = <0xffc73000 0x1000>; | 186 | reg = <0xffc73000 0x1000>; |
184 | interrupt-parent = <&gic>; | 187 | interrupt-parent = <&gic>; |
185 | interrupts = <0 81 0x4>; | 188 | interrupts = <0 81 0x4>; |
189 | status = "disabled"; | ||
186 | }; | 190 | }; |
187 | 191 | ||
188 | pfc: pfc@fffc0000 { | 192 | pfc: pfc@fffc0000 { |