diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-10-08 03:24:22 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-08 14:31:41 -0400 |
commit | dcccb37e98e0444b0c6a03b303855771aa463c96 (patch) | |
tree | d25039f1a856b27293f3242171129b7fac8fa01f /arch/powerpc/boot/dts/lite5200.dts | |
parent | 082ea86fce463f8c2f1ce059cc959f21dc1ef24a (diff) |
[POWERPC] Lite5200: Use comma delimiter format for lists in device tree
DTC now supports "foo","bar" format for lists of strings; use the new
format on the lite5200 device trees.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/lite5200.dts')
-rw-r--r-- | arch/powerpc/boot/dts/lite5200.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts index 324e1bd2aa60..bc45f5fbb060 100644 --- a/arch/powerpc/boot/dts/lite5200.dts +++ b/arch/powerpc/boot/dts/lite5200.dts | |||
@@ -19,7 +19,7 @@ | |||
19 | / { | 19 | / { |
20 | model = "fsl,lite5200"; | 20 | model = "fsl,lite5200"; |
21 | // revision = "1.0"; | 21 | // revision = "1.0"; |
22 | compatible = "fsl,lite5200\0generic-mpc5200"; | 22 | compatible = "fsl,lite5200","generic-mpc5200"; |
23 | #address-cells = <1>; | 23 | #address-cells = <1>; |
24 | #size-cells = <1>; | 24 | #size-cells = <1>; |
25 | 25 | ||
@@ -192,7 +192,7 @@ | |||
192 | 192 | ||
193 | usb@1000 { | 193 | usb@1000 { |
194 | device_type = "usb-ohci-be"; | 194 | device_type = "usb-ohci-be"; |
195 | compatible = "mpc5200-ohci\0ohci-be"; | 195 | compatible = "mpc5200-ohci","ohci-be"; |
196 | reg = <1000 ff>; | 196 | reg = <1000 ff>; |
197 | interrupts = <2 6 0>; | 197 | interrupts = <2 6 0>; |
198 | interrupt-parent = <&mpc5200_pic>; | 198 | interrupt-parent = <&mpc5200_pic>; |
@@ -293,7 +293,7 @@ | |||
293 | 293 | ||
294 | i2c@3d00 { | 294 | i2c@3d00 { |
295 | device_type = "i2c"; | 295 | device_type = "i2c"; |
296 | compatible = "mpc5200-i2c\0fsl-i2c"; | 296 | compatible = "mpc5200-i2c","fsl-i2c"; |
297 | cell-index = <0>; | 297 | cell-index = <0>; |
298 | reg = <3d00 40>; | 298 | reg = <3d00 40>; |
299 | interrupts = <2 f 0>; | 299 | interrupts = <2 f 0>; |
@@ -303,7 +303,7 @@ | |||
303 | 303 | ||
304 | i2c@3d40 { | 304 | i2c@3d40 { |
305 | device_type = "i2c"; | 305 | device_type = "i2c"; |
306 | compatible = "mpc5200-i2c\0fsl-i2c"; | 306 | compatible = "mpc5200-i2c","fsl-i2c"; |
307 | cell-index = <1>; | 307 | cell-index = <1>; |
308 | reg = <3d40 40>; | 308 | reg = <3d40 40>; |
309 | interrupts = <2 10 0>; | 309 | interrupts = <2 10 0>; |
@@ -312,7 +312,7 @@ | |||
312 | }; | 312 | }; |
313 | sram@8000 { | 313 | sram@8000 { |
314 | device_type = "sram"; | 314 | device_type = "sram"; |
315 | compatible = "mpc5200-sram\0sram"; | 315 | compatible = "mpc5200-sram","sram"; |
316 | reg = <8000 4000>; | 316 | reg = <8000 4000>; |
317 | }; | 317 | }; |
318 | }; | 318 | }; |