diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-09-12 12:52:31 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-09-14 09:53:16 -0400 |
commit | f0c8ac8083cbd9347b398bfddcca20f1e2786016 (patch) | |
tree | 7fb8b26ef9242dfba1db898a476437ed234f7989 /arch/powerpc/boot/dts/mpc8560ads.dts | |
parent | 5d54ddcbcf931bf07cd1ce262bda4674ebd1427f (diff) |
[POWERPC] DTS cleanup
Removed the following cruft from .dts files:
* 32-bit in cpu node -- doesn't exist in any spec and not used by kernel
* removed built-in (chrp legacy)
* Removed #interrupt-cells in places they don't need to be set
* Fixed ranges on lite5200*
* Removed clock-frequency from i8259 pic node, not sure where this came from
* Removed big-endian from i8259 pic nodes, this was just bogus
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8560ads.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8560ads.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/mpc8560ads.dts b/arch/powerpc/boot/dts/mpc8560ads.dts index 16dbe848cecf..cf87c30cf6a8 100644 --- a/arch/powerpc/boot/dts/mpc8560ads.dts +++ b/arch/powerpc/boot/dts/mpc8560ads.dts | |||
@@ -30,7 +30,6 @@ | |||
30 | timebase-frequency = <04ead9a0>; | 30 | timebase-frequency = <04ead9a0>; |
31 | bus-frequency = <13ab6680>; | 31 | bus-frequency = <13ab6680>; |
32 | clock-frequency = <312c8040>; | 32 | clock-frequency = <312c8040>; |
33 | 32-bit; | ||
34 | }; | 33 | }; |
35 | }; | 34 | }; |
36 | 35 | ||
@@ -42,7 +41,6 @@ | |||
42 | soc8560@e0000000 { | 41 | soc8560@e0000000 { |
43 | #address-cells = <1>; | 42 | #address-cells = <1>; |
44 | #size-cells = <1>; | 43 | #size-cells = <1>; |
45 | #interrupt-cells = <2>; | ||
46 | device_type = "soc"; | 44 | device_type = "soc"; |
47 | ranges = <0 e0000000 00100000>; | 45 | ranges = <0 e0000000 00100000>; |
48 | reg = <e0000000 00000200>; | 46 | reg = <e0000000 00000200>; |
@@ -227,14 +225,12 @@ | |||
227 | #address-cells = <0>; | 225 | #address-cells = <0>; |
228 | #interrupt-cells = <2>; | 226 | #interrupt-cells = <2>; |
229 | reg = <40000 40000>; | 227 | reg = <40000 40000>; |
230 | built-in; | ||
231 | device_type = "open-pic"; | 228 | device_type = "open-pic"; |
232 | }; | 229 | }; |
233 | 230 | ||
234 | cpm@e0000000 { | 231 | cpm@e0000000 { |
235 | #address-cells = <1>; | 232 | #address-cells = <1>; |
236 | #size-cells = <1>; | 233 | #size-cells = <1>; |
237 | #interrupt-cells = <2>; | ||
238 | device_type = "cpm"; | 234 | device_type = "cpm"; |
239 | model = "CPM2"; | 235 | model = "CPM2"; |
240 | ranges = <0 0 c0000>; | 236 | ranges = <0 0 c0000>; |
@@ -249,7 +245,6 @@ | |||
249 | interrupts = <2e 2>; | 245 | interrupts = <2e 2>; |
250 | interrupt-parent = <&mpic>; | 246 | interrupt-parent = <&mpic>; |
251 | reg = <90c00 80>; | 247 | reg = <90c00 80>; |
252 | built-in; | ||
253 | device_type = "cpm-pic"; | 248 | device_type = "cpm-pic"; |
254 | }; | 249 | }; |
255 | 250 | ||