diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-05-30 21:12:26 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-06-02 23:44:25 +0400 |
commit | acd4b715ec83e451990bb82bdbf28ecaeab1b67d (patch) | |
tree | e0c80be114c3f80579bca783b0ecabe123fd2027 /arch/powerpc/boot/dts/tqm8555.dts | |
parent | 59d13f9dba56c444e5356b42d3d57b46e44ef975 (diff) | |
download | linux-acd4b715ec83e451990bb82bdbf28ecaeab1b67d.tar.xz |
[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/tqm8555.dts')
-rw-r--r-- | arch/powerpc/boot/dts/tqm8555.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/tqm8555.dts b/arch/powerpc/boot/dts/tqm8555.dts index a20eb06c482f..9d6dc04e8c40 100644 --- a/arch/powerpc/boot/dts/tqm8555.dts +++ b/arch/powerpc/boot/dts/tqm8555.dts @@ -164,6 +164,7 @@ #interrupt-cells = <2>; reg = <0x40000 0x40000>; device_type = "open-pic"; + compatible = "chrp,open-pic"; }; cpm@919c0 { |