aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc885ads.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-09-12 12:52:31 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-09-14 09:53:16 -0400
commitf0c8ac8083cbd9347b398bfddcca20f1e2786016 (patch)
tree7fb8b26ef9242dfba1db898a476437ed234f7989 /arch/powerpc/boot/dts/mpc885ads.dts
parent5d54ddcbcf931bf07cd1ce262bda4674ebd1427f (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/mpc885ads.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc885ads.dts5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/mpc885ads.dts b/arch/powerpc/boot/dts/mpc885ads.dts
index dc7ab9c80611..e9aa9d00da24 100644
--- a/arch/powerpc/boot/dts/mpc885ads.dts
+++ b/arch/powerpc/boot/dts/mpc885ads.dts
@@ -30,7 +30,6 @@
30 timebase-frequency = <0>; 30 timebase-frequency = <0>;
31 bus-frequency = <0>; 31 bus-frequency = <0>;
32 clock-frequency = <0>; 32 clock-frequency = <0>;
33 32-bit;
34 interrupts = <f 2>; // decrementer interrupt 33 interrupts = <f 2>; // decrementer interrupt
35 interrupt-parent = <&Mpc8xx_pic>; 34 interrupt-parent = <&Mpc8xx_pic>;
36 }; 35 };
@@ -44,7 +43,6 @@
44 soc885@ff000000 { 43 soc885@ff000000 {
45 #address-cells = <1>; 44 #address-cells = <1>;
46 #size-cells = <1>; 45 #size-cells = <1>;
47 #interrupt-cells = <2>;
48 device_type = "soc"; 46 device_type = "soc";
49 ranges = <0 ff000000 00100000>; 47 ranges = <0 ff000000 00100000>;
50 reg = <ff000000 00000200>; 48 reg = <ff000000 00000200>;
@@ -98,7 +96,6 @@
98 #address-cells = <0>; 96 #address-cells = <0>;
99 #interrupt-cells = <2>; 97 #interrupt-cells = <2>;
100 reg = <0 24>; 98 reg = <0 24>;
101 built-in;
102 device_type = "mpc8xx-pic"; 99 device_type = "mpc8xx-pic";
103 compatible = "CPM"; 100 compatible = "CPM";
104 }; 101 };
@@ -117,7 +114,6 @@
117 cpm@ff000000 { 114 cpm@ff000000 {
118 #address-cells = <1>; 115 #address-cells = <1>;
119 #size-cells = <1>; 116 #size-cells = <1>;
120 #interrupt-cells = <2>;
121 device_type = "cpm"; 117 device_type = "cpm";
122 model = "CPM"; 118 model = "CPM";
123 ranges = <0 0 4000>; 119 ranges = <0 0 4000>;
@@ -134,7 +130,6 @@
134 interrupts = <5 2 0 2>; 130 interrupts = <5 2 0 2>;
135 interrupt-parent = <&Mpc8xx_pic>; 131 interrupt-parent = <&Mpc8xx_pic>;
136 reg = <930 20>; 132 reg = <930 20>;
137 built-in;
138 device_type = "cpm-pic"; 133 device_type = "cpm-pic";
139 compatible = "CPM"; 134 compatible = "CPM";
140 }; 135 };