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/r8a73a4.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/r8a73a4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a73a4.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index 6c26caa880f2..a2c945670460 100644 --- a/arch/arm/boot/dts/r8a73a4.dtsi +++ b/arch/arm/boot/dts/r8a73a4.dtsi | |||
@@ -93,6 +93,7 @@ | |||
93 | reg = <0 0xe6500000 0 0x428>; | 93 | reg = <0 0xe6500000 0 0x428>; |
94 | interrupt-parent = <&gic>; | 94 | interrupt-parent = <&gic>; |
95 | interrupts = <0 174 0x4>; | 95 | interrupts = <0 174 0x4>; |
96 | status = "disabled"; | ||
96 | }; | 97 | }; |
97 | 98 | ||
98 | i2c1: i2c@e6510000 { | 99 | i2c1: i2c@e6510000 { |
@@ -102,6 +103,7 @@ | |||
102 | reg = <0 0xe6510000 0 0x428>; | 103 | reg = <0 0xe6510000 0 0x428>; |
103 | interrupt-parent = <&gic>; | 104 | interrupt-parent = <&gic>; |
104 | interrupts = <0 175 0x4>; | 105 | interrupts = <0 175 0x4>; |
106 | status = "disabled"; | ||
105 | }; | 107 | }; |
106 | 108 | ||
107 | i2c2: i2c@e6520000 { | 109 | i2c2: i2c@e6520000 { |
@@ -111,6 +113,7 @@ | |||
111 | reg = <0 0xe6520000 0 0x428>; | 113 | reg = <0 0xe6520000 0 0x428>; |
112 | interrupt-parent = <&gic>; | 114 | interrupt-parent = <&gic>; |
113 | interrupts = <0 176 0x4>; | 115 | interrupts = <0 176 0x4>; |
116 | status = "disabled"; | ||
114 | }; | 117 | }; |
115 | 118 | ||
116 | i2c3: i2c@e6530000 { | 119 | i2c3: i2c@e6530000 { |
@@ -120,6 +123,7 @@ | |||
120 | reg = <0 0xe6530000 0 0x428>; | 123 | reg = <0 0xe6530000 0 0x428>; |
121 | interrupt-parent = <&gic>; | 124 | interrupt-parent = <&gic>; |
122 | interrupts = <0 177 0x4>; | 125 | interrupts = <0 177 0x4>; |
126 | status = "disabled"; | ||
123 | }; | 127 | }; |
124 | 128 | ||
125 | i2c4: i2c@e6540000 { | 129 | i2c4: i2c@e6540000 { |
@@ -129,6 +133,7 @@ | |||
129 | reg = <0 0xe6540000 0 0x428>; | 133 | reg = <0 0xe6540000 0 0x428>; |
130 | interrupt-parent = <&gic>; | 134 | interrupt-parent = <&gic>; |
131 | interrupts = <0 178 0x4>; | 135 | interrupts = <0 178 0x4>; |
136 | status = "disabled"; | ||
132 | }; | 137 | }; |
133 | 138 | ||
134 | i2c5: i2c@e60b0000 { | 139 | i2c5: i2c@e60b0000 { |
@@ -138,6 +143,7 @@ | |||
138 | reg = <0 0xe60b0000 0 0x428>; | 143 | reg = <0 0xe60b0000 0 0x428>; |
139 | interrupt-parent = <&gic>; | 144 | interrupt-parent = <&gic>; |
140 | interrupts = <0 179 0x4>; | 145 | interrupts = <0 179 0x4>; |
146 | status = "disabled"; | ||
141 | }; | 147 | }; |
142 | 148 | ||
143 | i2c6: i2c@e6550000 { | 149 | i2c6: i2c@e6550000 { |
@@ -147,6 +153,7 @@ | |||
147 | reg = <0 0xe6550000 0 0x428>; | 153 | reg = <0 0xe6550000 0 0x428>; |
148 | interrupt-parent = <&gic>; | 154 | interrupt-parent = <&gic>; |
149 | interrupts = <0 184 0x4>; | 155 | interrupts = <0 184 0x4>; |
156 | status = "disabled"; | ||
150 | }; | 157 | }; |
151 | 158 | ||
152 | i2c7: i2c@e6560000 { | 159 | i2c7: i2c@e6560000 { |
@@ -156,6 +163,7 @@ | |||
156 | reg = <0 0xe6560000 0 0x428>; | 163 | reg = <0 0xe6560000 0 0x428>; |
157 | interrupt-parent = <&gic>; | 164 | interrupt-parent = <&gic>; |
158 | interrupts = <0 185 0x4>; | 165 | interrupts = <0 185 0x4>; |
166 | status = "disabled"; | ||
159 | }; | 167 | }; |
160 | 168 | ||
161 | i2c8: i2c@e6570000 { | 169 | i2c8: i2c@e6570000 { |
@@ -165,6 +173,7 @@ | |||
165 | reg = <0 0xe6570000 0 0x428>; | 173 | reg = <0 0xe6570000 0 0x428>; |
166 | interrupt-parent = <&gic>; | 174 | interrupt-parent = <&gic>; |
167 | interrupts = <0 173 0x4>; | 175 | interrupts = <0 173 0x4>; |
176 | status = "disabled"; | ||
168 | }; | 177 | }; |
169 | 178 | ||
170 | mmcif0: mmcif@ee200000 { | 179 | mmcif0: mmcif@ee200000 { |