aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/stx_gp3_8560.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/stx_gp3_8560.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/stx_gp3_8560.dts')
-rw-r--r--arch/powerpc/boot/dts/stx_gp3_8560.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/stx_gp3_8560.dts b/arch/powerpc/boot/dts/stx_gp3_8560.dts
index f81fd7fdb29..096277b7192 100644
--- a/arch/powerpc/boot/dts/stx_gp3_8560.dts
+++ b/arch/powerpc/boot/dts/stx_gp3_8560.dts
@@ -131,6 +131,7 @@
131 #address-cells = <0>; 131 #address-cells = <0>;
132 #interrupt-cells = <2>; 132 #interrupt-cells = <2>;
133 reg = <0x40000 0x40000>; 133 reg = <0x40000 0x40000>;
134 compatible = "chrp,open-pic";
134 device_type = "open-pic"; 135 device_type = "open-pic";
135 }; 136 };
136 137