aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8541cds.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-05-30 13:12:26 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-06-02 15:44:25 -0400
commitacd4b715ec83e451990bb82bdbf28ecaeab1b67d (patch)
treee0c80be114c3f80579bca783b0ecabe123fd2027 /arch/powerpc/boot/dts/mpc8541cds.dts
parent59d13f9dba56c444e5356b42d3d57b46e44ef975 (diff)
[POWERPC] Cleanup mpic nodes in .dts
Removed clock-frequency, big-endian, and built-in props as they aren't specified anywhere. Also added compatible = "chrp,open-pic" in the places it was missing. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8541cds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8541cds.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8541cds.dts b/arch/powerpc/boot/dts/mpc8541cds.dts
index 663c7c50ca45..21ebe7cc454a 100644
--- a/arch/powerpc/boot/dts/mpc8541cds.dts
+++ b/arch/powerpc/boot/dts/mpc8541cds.dts
@@ -148,14 +148,12 @@
148 }; 148 };
149 149
150 mpic: pic@40000 { 150 mpic: pic@40000 {
151 clock-frequency = <0>;
152 interrupt-controller; 151 interrupt-controller;
153 #address-cells = <0>; 152 #address-cells = <0>;
154 #interrupt-cells = <2>; 153 #interrupt-cells = <2>;
155 reg = <0x40000 0x40000>; 154 reg = <0x40000 0x40000>;
156 compatible = "chrp,open-pic"; 155 compatible = "chrp,open-pic";
157 device_type = "open-pic"; 156 device_type = "open-pic";
158 big-endian;
159 }; 157 };
160 158
161 cpm@919c0 { 159 cpm@919c0 {