diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-05-30 13:12:26 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-06-02 15:44:25 -0400 |
commit | acd4b715ec83e451990bb82bdbf28ecaeab1b67d (patch) | |
tree | e0c80be114c3f80579bca783b0ecabe123fd2027 /arch/powerpc/boot/dts/mpc8572ds.dts | |
parent | 59d13f9dba56c444e5356b42d3d57b46e44ef975 (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/mpc8572ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts index 174d51aff924..3ca8cae493b6 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dts +++ b/arch/powerpc/boot/dts/mpc8572ds.dts | |||
@@ -238,14 +238,12 @@ | |||
238 | }; | 238 | }; |
239 | 239 | ||
240 | mpic: pic@40000 { | 240 | mpic: pic@40000 { |
241 | clock-frequency = <0>; | ||
242 | interrupt-controller; | 241 | interrupt-controller; |
243 | #address-cells = <0>; | 242 | #address-cells = <0>; |
244 | #interrupt-cells = <2>; | 243 | #interrupt-cells = <2>; |
245 | reg = <0x40000 0x40000>; | 244 | reg = <0x40000 0x40000>; |
246 | compatible = "chrp,open-pic"; | 245 | compatible = "chrp,open-pic"; |
247 | device_type = "open-pic"; | 246 | device_type = "open-pic"; |
248 | big-endian; | ||
249 | }; | 247 | }; |
250 | }; | 248 | }; |
251 | 249 | ||