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/mpc8272ads.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/mpc8272ads.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8272ads.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/mpc8272ads.dts b/arch/powerpc/boot/dts/mpc8272ads.dts index 4d09dcad2537..43130541799a 100644 --- a/arch/powerpc/boot/dts/mpc8272ads.dts +++ b/arch/powerpc/boot/dts/mpc8272ads.dts | |||
@@ -29,7 +29,6 @@ | |||
29 | timebase-frequency = <0>; | 29 | timebase-frequency = <0>; |
30 | bus-frequency = <0>; | 30 | bus-frequency = <0>; |
31 | clock-frequency = <0>; | 31 | clock-frequency = <0>; |
32 | 32-bit; | ||
33 | }; | 32 | }; |
34 | }; | 33 | }; |
35 | 34 | ||
@@ -38,7 +37,6 @@ | |||
38 | #interrupt-cells = <2>; | 37 | #interrupt-cells = <2>; |
39 | interrupt-controller; | 38 | interrupt-controller; |
40 | reg = <f8200000 f8200004>; | 39 | reg = <f8200000 f8200004>; |
41 | built-in; | ||
42 | device_type = "pci-pic"; | 40 | device_type = "pci-pic"; |
43 | }; | 41 | }; |
44 | 42 | ||
@@ -56,7 +54,6 @@ | |||
56 | soc8272@f0000000 { | 54 | soc8272@f0000000 { |
57 | #address-cells = <1>; | 55 | #address-cells = <1>; |
58 | #size-cells = <1>; | 56 | #size-cells = <1>; |
59 | #interrupt-cells = <2>; | ||
60 | device_type = "soc"; | 57 | device_type = "soc"; |
61 | ranges = <00000000 f0000000 00053000>; | 58 | ranges = <00000000 f0000000 00053000>; |
62 | reg = <f0000000 10000>; | 59 | reg = <f0000000 10000>; |
@@ -118,7 +115,6 @@ | |||
118 | cpm@f0000000 { | 115 | cpm@f0000000 { |
119 | #address-cells = <1>; | 116 | #address-cells = <1>; |
120 | #size-cells = <1>; | 117 | #size-cells = <1>; |
121 | #interrupt-cells = <2>; | ||
122 | device_type = "cpm"; | 118 | device_type = "cpm"; |
123 | model = "CPM2"; | 119 | model = "CPM2"; |
124 | ranges = <00000000 00000000 20000>; | 120 | ranges = <00000000 00000000 20000>; |
@@ -161,7 +157,6 @@ | |||
161 | #interrupt-cells = <2>; | 157 | #interrupt-cells = <2>; |
162 | interrupt-controller; | 158 | interrupt-controller; |
163 | reg = <10c00 80>; | 159 | reg = <10c00 80>; |
164 | built-in; | ||
165 | device_type = "cpm-pic"; | 160 | device_type = "cpm-pic"; |
166 | compatible = "CPM2"; | 161 | compatible = "CPM2"; |
167 | }; | 162 | }; |