diff options
author | David Lechner <david@lechnology.com> | 2016-04-01 11:42:03 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-04-14 02:10:39 -0400 |
commit | c2a3b4bca53a59f4f1a36233f0f71ad6462678b6 (patch) | |
tree | 639259a92c7b4d8a229aa2b3e5d070387c4983b6 | |
parent | 497762b852bd167d56a884bc3259eaf977e3db3f (diff) |
ARM: dts: davinci: use proper address after @
TI has been using the physical address in DT after the @ in device nodes.
The device tree convention is to use the same address that is used for
the reg property. This updates all davinci DT files to use the proper
convention.
Signed-off-by: David Lechner <david@lechnology.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/boot/dts/da850-enbw-cmc.dts | 8 | ||||
-rw-r--r-- | arch/arm/boot/dts/da850-evm.dts | 26 | ||||
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 52 |
3 files changed, 43 insertions, 43 deletions
diff --git a/arch/arm/boot/dts/da850-enbw-cmc.dts b/arch/arm/boot/dts/da850-enbw-cmc.dts index 645549e14237..101d1a16b0ac 100644 --- a/arch/arm/boot/dts/da850-enbw-cmc.dts +++ b/arch/arm/boot/dts/da850-enbw-cmc.dts | |||
@@ -16,14 +16,14 @@ | |||
16 | compatible = "enbw,cmc", "ti,da850"; | 16 | compatible = "enbw,cmc", "ti,da850"; |
17 | model = "EnBW CMC"; | 17 | model = "EnBW CMC"; |
18 | 18 | ||
19 | soc { | 19 | soc@1c00000 { |
20 | serial0: serial@1c42000 { | 20 | serial0: serial@42000 { |
21 | status = "okay"; | 21 | status = "okay"; |
22 | }; | 22 | }; |
23 | serial1: serial@1d0c000 { | 23 | serial1: serial@10c000 { |
24 | status = "okay"; | 24 | status = "okay"; |
25 | }; | 25 | }; |
26 | serial2: serial@1d0d000 { | 26 | serial2: serial@10d000 { |
27 | status = "okay"; | 27 | status = "okay"; |
28 | }; | 28 | }; |
29 | }; | 29 | }; |
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index ef061e9a2315..1a15db8e376b 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts | |||
@@ -14,8 +14,8 @@ | |||
14 | compatible = "ti,da850-evm", "ti,da850"; | 14 | compatible = "ti,da850-evm", "ti,da850"; |
15 | model = "DA850/AM1808/OMAP-L138 EVM"; | 15 | model = "DA850/AM1808/OMAP-L138 EVM"; |
16 | 16 | ||
17 | soc { | 17 | soc@1c00000 { |
18 | pmx_core: pinmux@1c14120 { | 18 | pmx_core: pinmux@14120 { |
19 | status = "okay"; | 19 | status = "okay"; |
20 | 20 | ||
21 | mcasp0_pins: pinmux_mcasp0_pins { | 21 | mcasp0_pins: pinmux_mcasp0_pins { |
@@ -30,19 +30,19 @@ | |||
30 | >; | 30 | >; |
31 | }; | 31 | }; |
32 | }; | 32 | }; |
33 | serial0: serial@1c42000 { | 33 | serial0: serial@42000 { |
34 | status = "okay"; | 34 | status = "okay"; |
35 | }; | 35 | }; |
36 | serial1: serial@1d0c000 { | 36 | serial1: serial@10c000 { |
37 | status = "okay"; | 37 | status = "okay"; |
38 | }; | 38 | }; |
39 | serial2: serial@1d0d000 { | 39 | serial2: serial@10d000 { |
40 | status = "okay"; | 40 | status = "okay"; |
41 | }; | 41 | }; |
42 | rtc0: rtc@1c23000 { | 42 | rtc0: rtc@23000 { |
43 | status = "okay"; | 43 | status = "okay"; |
44 | }; | 44 | }; |
45 | i2c0: i2c@1c22000 { | 45 | i2c0: i2c@22000 { |
46 | status = "okay"; | 46 | status = "okay"; |
47 | clock-frequency = <100000>; | 47 | clock-frequency = <100000>; |
48 | pinctrl-names = "default"; | 48 | pinctrl-names = "default"; |
@@ -66,17 +66,17 @@ | |||
66 | }; | 66 | }; |
67 | 67 | ||
68 | }; | 68 | }; |
69 | wdt: wdt@1c21000 { | 69 | wdt: wdt@21000 { |
70 | status = "okay"; | 70 | status = "okay"; |
71 | }; | 71 | }; |
72 | mmc0: mmc@1c40000 { | 72 | mmc0: mmc@40000 { |
73 | max-frequency = <50000000>; | 73 | max-frequency = <50000000>; |
74 | bus-width = <4>; | 74 | bus-width = <4>; |
75 | status = "okay"; | 75 | status = "okay"; |
76 | pinctrl-names = "default"; | 76 | pinctrl-names = "default"; |
77 | pinctrl-0 = <&mmc0_pins>; | 77 | pinctrl-0 = <&mmc0_pins>; |
78 | }; | 78 | }; |
79 | spi1: spi@1f0e000 { | 79 | spi1: spi@30e000 { |
80 | status = "okay"; | 80 | status = "okay"; |
81 | pinctrl-names = "default"; | 81 | pinctrl-names = "default"; |
82 | pinctrl-0 = <&spi1_pins &spi1_cs0_pin>; | 82 | pinctrl-0 = <&spi1_pins &spi1_cs0_pin>; |
@@ -116,18 +116,18 @@ | |||
116 | }; | 116 | }; |
117 | }; | 117 | }; |
118 | }; | 118 | }; |
119 | mdio: mdio@1e24000 { | 119 | mdio: mdio@224000 { |
120 | status = "okay"; | 120 | status = "okay"; |
121 | pinctrl-names = "default"; | 121 | pinctrl-names = "default"; |
122 | pinctrl-0 = <&mdio_pins>; | 122 | pinctrl-0 = <&mdio_pins>; |
123 | bus_freq = <2200000>; | 123 | bus_freq = <2200000>; |
124 | }; | 124 | }; |
125 | eth0: ethernet@1e20000 { | 125 | eth0: ethernet@220000 { |
126 | status = "okay"; | 126 | status = "okay"; |
127 | pinctrl-names = "default"; | 127 | pinctrl-names = "default"; |
128 | pinctrl-0 = <&mii_pins>; | 128 | pinctrl-0 = <&mii_pins>; |
129 | }; | 129 | }; |
130 | gpio: gpio@1e26000 { | 130 | gpio: gpio@226000 { |
131 | status = "okay"; | 131 | status = "okay"; |
132 | }; | 132 | }; |
133 | }; | 133 | }; |
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index b0e3a4c833c3..f05cbe070141 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi | |||
@@ -15,7 +15,7 @@ | |||
15 | #address-cells = <1>; | 15 | #address-cells = <1>; |
16 | #size-cells = <1>; | 16 | #size-cells = <1>; |
17 | ranges; | 17 | ranges; |
18 | intc: interrupt-controller { | 18 | intc: interrupt-controller@fffee000 { |
19 | compatible = "ti,cp-intc"; | 19 | compatible = "ti,cp-intc"; |
20 | interrupt-controller; | 20 | interrupt-controller; |
21 | #interrupt-cells = <1>; | 21 | #interrupt-cells = <1>; |
@@ -23,7 +23,7 @@ | |||
23 | reg = <0xfffee000 0x2000>; | 23 | reg = <0xfffee000 0x2000>; |
24 | }; | 24 | }; |
25 | }; | 25 | }; |
26 | soc { | 26 | soc@1c00000 { |
27 | compatible = "simple-bus"; | 27 | compatible = "simple-bus"; |
28 | model = "da850"; | 28 | model = "da850"; |
29 | #address-cells = <1>; | 29 | #address-cells = <1>; |
@@ -31,7 +31,7 @@ | |||
31 | ranges = <0x0 0x01c00000 0x400000>; | 31 | ranges = <0x0 0x01c00000 0x400000>; |
32 | interrupt-parent = <&intc>; | 32 | interrupt-parent = <&intc>; |
33 | 33 | ||
34 | pmx_core: pinmux@1c14120 { | 34 | pmx_core: pinmux@14120 { |
35 | compatible = "pinctrl-single"; | 35 | compatible = "pinctrl-single"; |
36 | reg = <0x14120 0x50>; | 36 | reg = <0x14120 0x50>; |
37 | #address-cells = <1>; | 37 | #address-cells = <1>; |
@@ -150,7 +150,7 @@ | |||
150 | }; | 150 | }; |
151 | 151 | ||
152 | }; | 152 | }; |
153 | edma0: edma@01c00000 { | 153 | edma0: edma@0 { |
154 | compatible = "ti,edma3-tpcc"; | 154 | compatible = "ti,edma3-tpcc"; |
155 | /* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */ | 155 | /* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */ |
156 | reg = <0x0 0x8000>; | 156 | reg = <0x0 0x8000>; |
@@ -161,19 +161,19 @@ | |||
161 | 161 | ||
162 | ti,tptcs = <&edma0_tptc0 7>, <&edma0_tptc1 0>; | 162 | ti,tptcs = <&edma0_tptc0 7>, <&edma0_tptc1 0>; |
163 | }; | 163 | }; |
164 | edma0_tptc0: tptc@01c08000 { | 164 | edma0_tptc0: tptc@8000 { |
165 | compatible = "ti,edma3-tptc"; | 165 | compatible = "ti,edma3-tptc"; |
166 | reg = <0x8000 0x400>; | 166 | reg = <0x8000 0x400>; |
167 | interrupts = <13>; | 167 | interrupts = <13>; |
168 | interrupt-names = "edm3_tcerrint"; | 168 | interrupt-names = "edm3_tcerrint"; |
169 | }; | 169 | }; |
170 | edma0_tptc1: tptc@01c08400 { | 170 | edma0_tptc1: tptc@8400 { |
171 | compatible = "ti,edma3-tptc"; | 171 | compatible = "ti,edma3-tptc"; |
172 | reg = <0x8400 0x400>; | 172 | reg = <0x8400 0x400>; |
173 | interrupts = <32>; | 173 | interrupts = <32>; |
174 | interrupt-names = "edm3_tcerrint"; | 174 | interrupt-names = "edm3_tcerrint"; |
175 | }; | 175 | }; |
176 | edma1: edma@01e30000 { | 176 | edma1: edma@230000 { |
177 | compatible = "ti,edma3-tpcc"; | 177 | compatible = "ti,edma3-tpcc"; |
178 | /* eDMA3 CC1: 0x01e3 0000 - 0x01e3 7fff */ | 178 | /* eDMA3 CC1: 0x01e3 0000 - 0x01e3 7fff */ |
179 | reg = <0x230000 0x8000>; | 179 | reg = <0x230000 0x8000>; |
@@ -184,41 +184,41 @@ | |||
184 | 184 | ||
185 | ti,tptcs = <&edma1_tptc0 7>; | 185 | ti,tptcs = <&edma1_tptc0 7>; |
186 | }; | 186 | }; |
187 | edma1_tptc0: tptc@01e38000 { | 187 | edma1_tptc0: tptc@238000 { |
188 | compatible = "ti,edma3-tptc"; | 188 | compatible = "ti,edma3-tptc"; |
189 | reg = <0x238000 0x400>; | 189 | reg = <0x238000 0x400>; |
190 | interrupts = <95>; | 190 | interrupts = <95>; |
191 | interrupt-names = "edm3_tcerrint"; | 191 | interrupt-names = "edm3_tcerrint"; |
192 | }; | 192 | }; |
193 | serial0: serial@1c42000 { | 193 | serial0: serial@42000 { |
194 | compatible = "ns16550a"; | 194 | compatible = "ns16550a"; |
195 | reg = <0x42000 0x100>; | 195 | reg = <0x42000 0x100>; |
196 | reg-shift = <2>; | 196 | reg-shift = <2>; |
197 | interrupts = <25>; | 197 | interrupts = <25>; |
198 | status = "disabled"; | 198 | status = "disabled"; |
199 | }; | 199 | }; |
200 | serial1: serial@1d0c000 { | 200 | serial1: serial@10c000 { |
201 | compatible = "ns16550a"; | 201 | compatible = "ns16550a"; |
202 | reg = <0x10c000 0x100>; | 202 | reg = <0x10c000 0x100>; |
203 | reg-shift = <2>; | 203 | reg-shift = <2>; |
204 | interrupts = <53>; | 204 | interrupts = <53>; |
205 | status = "disabled"; | 205 | status = "disabled"; |
206 | }; | 206 | }; |
207 | serial2: serial@1d0d000 { | 207 | serial2: serial@10d000 { |
208 | compatible = "ns16550a"; | 208 | compatible = "ns16550a"; |
209 | reg = <0x10d000 0x100>; | 209 | reg = <0x10d000 0x100>; |
210 | reg-shift = <2>; | 210 | reg-shift = <2>; |
211 | interrupts = <61>; | 211 | interrupts = <61>; |
212 | status = "disabled"; | 212 | status = "disabled"; |
213 | }; | 213 | }; |
214 | rtc0: rtc@1c23000 { | 214 | rtc0: rtc@23000 { |
215 | compatible = "ti,da830-rtc"; | 215 | compatible = "ti,da830-rtc"; |
216 | reg = <0x23000 0x1000>; | 216 | reg = <0x23000 0x1000>; |
217 | interrupts = <19 | 217 | interrupts = <19 |
218 | 19>; | 218 | 19>; |
219 | status = "disabled"; | 219 | status = "disabled"; |
220 | }; | 220 | }; |
221 | i2c0: i2c@1c22000 { | 221 | i2c0: i2c@22000 { |
222 | compatible = "ti,davinci-i2c"; | 222 | compatible = "ti,davinci-i2c"; |
223 | reg = <0x22000 0x1000>; | 223 | reg = <0x22000 0x1000>; |
224 | interrupts = <15>; | 224 | interrupts = <15>; |
@@ -226,12 +226,12 @@ | |||
226 | #size-cells = <0>; | 226 | #size-cells = <0>; |
227 | status = "disabled"; | 227 | status = "disabled"; |
228 | }; | 228 | }; |
229 | wdt: wdt@1c21000 { | 229 | wdt: wdt@21000 { |
230 | compatible = "ti,davinci-wdt"; | 230 | compatible = "ti,davinci-wdt"; |
231 | reg = <0x21000 0x1000>; | 231 | reg = <0x21000 0x1000>; |
232 | status = "disabled"; | 232 | status = "disabled"; |
233 | }; | 233 | }; |
234 | mmc0: mmc@1c40000 { | 234 | mmc0: mmc@40000 { |
235 | compatible = "ti,da830-mmc"; | 235 | compatible = "ti,da830-mmc"; |
236 | reg = <0x40000 0x1000>; | 236 | reg = <0x40000 0x1000>; |
237 | interrupts = <16>; | 237 | interrupts = <16>; |
@@ -239,7 +239,7 @@ | |||
239 | dma-names = "rx", "tx"; | 239 | dma-names = "rx", "tx"; |
240 | status = "disabled"; | 240 | status = "disabled"; |
241 | }; | 241 | }; |
242 | mmc1: mmc@1e1b000 { | 242 | mmc1: mmc@21b000 { |
243 | compatible = "ti,da830-mmc"; | 243 | compatible = "ti,da830-mmc"; |
244 | reg = <0x21b000 0x1000>; | 244 | reg = <0x21b000 0x1000>; |
245 | interrupts = <72>; | 245 | interrupts = <72>; |
@@ -247,37 +247,37 @@ | |||
247 | dma-names = "rx", "tx"; | 247 | dma-names = "rx", "tx"; |
248 | status = "disabled"; | 248 | status = "disabled"; |
249 | }; | 249 | }; |
250 | ehrpwm0: ehrpwm@01f00000 { | 250 | ehrpwm0: ehrpwm@300000 { |
251 | compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; | 251 | compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; |
252 | #pwm-cells = <3>; | 252 | #pwm-cells = <3>; |
253 | reg = <0x300000 0x2000>; | 253 | reg = <0x300000 0x2000>; |
254 | status = "disabled"; | 254 | status = "disabled"; |
255 | }; | 255 | }; |
256 | ehrpwm1: ehrpwm@01f02000 { | 256 | ehrpwm1: ehrpwm@302000 { |
257 | compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; | 257 | compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; |
258 | #pwm-cells = <3>; | 258 | #pwm-cells = <3>; |
259 | reg = <0x302000 0x2000>; | 259 | reg = <0x302000 0x2000>; |
260 | status = "disabled"; | 260 | status = "disabled"; |
261 | }; | 261 | }; |
262 | ecap0: ecap@01f06000 { | 262 | ecap0: ecap@306000 { |
263 | compatible = "ti,da850-ecap", "ti,am33xx-ecap"; | 263 | compatible = "ti,da850-ecap", "ti,am33xx-ecap"; |
264 | #pwm-cells = <3>; | 264 | #pwm-cells = <3>; |
265 | reg = <0x306000 0x80>; | 265 | reg = <0x306000 0x80>; |
266 | status = "disabled"; | 266 | status = "disabled"; |
267 | }; | 267 | }; |
268 | ecap1: ecap@01f07000 { | 268 | ecap1: ecap@307000 { |
269 | compatible = "ti,da850-ecap", "ti,am33xx-ecap"; | 269 | compatible = "ti,da850-ecap", "ti,am33xx-ecap"; |
270 | #pwm-cells = <3>; | 270 | #pwm-cells = <3>; |
271 | reg = <0x307000 0x80>; | 271 | reg = <0x307000 0x80>; |
272 | status = "disabled"; | 272 | status = "disabled"; |
273 | }; | 273 | }; |
274 | ecap2: ecap@01f08000 { | 274 | ecap2: ecap@308000 { |
275 | compatible = "ti,da850-ecap", "ti,am33xx-ecap"; | 275 | compatible = "ti,da850-ecap", "ti,am33xx-ecap"; |
276 | #pwm-cells = <3>; | 276 | #pwm-cells = <3>; |
277 | reg = <0x308000 0x80>; | 277 | reg = <0x308000 0x80>; |
278 | status = "disabled"; | 278 | status = "disabled"; |
279 | }; | 279 | }; |
280 | spi1: spi@1f0e000 { | 280 | spi1: spi@30e000 { |
281 | #address-cells = <1>; | 281 | #address-cells = <1>; |
282 | #size-cells = <0>; | 282 | #size-cells = <0>; |
283 | compatible = "ti,da830-spi"; | 283 | compatible = "ti,da830-spi"; |
@@ -289,13 +289,13 @@ | |||
289 | dma-names = "rx", "tx"; | 289 | dma-names = "rx", "tx"; |
290 | status = "disabled"; | 290 | status = "disabled"; |
291 | }; | 291 | }; |
292 | mdio: mdio@1e24000 { | 292 | mdio: mdio@224000 { |
293 | compatible = "ti,davinci_mdio"; | 293 | compatible = "ti,davinci_mdio"; |
294 | #address-cells = <1>; | 294 | #address-cells = <1>; |
295 | #size-cells = <0>; | 295 | #size-cells = <0>; |
296 | reg = <0x224000 0x1000>; | 296 | reg = <0x224000 0x1000>; |
297 | }; | 297 | }; |
298 | eth0: ethernet@1e20000 { | 298 | eth0: ethernet@220000 { |
299 | compatible = "ti,davinci-dm6467-emac"; | 299 | compatible = "ti,davinci-dm6467-emac"; |
300 | reg = <0x220000 0x4000>; | 300 | reg = <0x220000 0x4000>; |
301 | ti,davinci-ctrl-reg-offset = <0x3000>; | 301 | ti,davinci-ctrl-reg-offset = <0x3000>; |
@@ -309,7 +309,7 @@ | |||
309 | 36 | 309 | 36 |
310 | >; | 310 | >; |
311 | }; | 311 | }; |
312 | gpio: gpio@1e26000 { | 312 | gpio: gpio@226000 { |
313 | compatible = "ti,dm6441-gpio"; | 313 | compatible = "ti,dm6441-gpio"; |
314 | gpio-controller; | 314 | gpio-controller; |
315 | #gpio-cells = <2>; | 315 | #gpio-cells = <2>; |
@@ -324,7 +324,7 @@ | |||
324 | status = "disabled"; | 324 | status = "disabled"; |
325 | }; | 325 | }; |
326 | 326 | ||
327 | mcasp0: mcasp@01d00000 { | 327 | mcasp0: mcasp@100000 { |
328 | compatible = "ti,da830-mcasp-audio"; | 328 | compatible = "ti,da830-mcasp-audio"; |
329 | reg = <0x100000 0x2000>, | 329 | reg = <0x100000 0x2000>, |
330 | <0x102000 0x400000>; | 330 | <0x102000 0x400000>; |