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 /Documentation/powerpc/booting-without-of.txt | |
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 'Documentation/powerpc/booting-without-of.txt')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index c67d2f589754..948f6417a40b 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -1363,14 +1363,11 @@ platforms are moved over to use the flattened-device-tree model. | |||
1363 | 1363 | ||
1364 | pic@40000 { | 1364 | pic@40000 { |
1365 | linux,phandle = <40000>; | 1365 | linux,phandle = <40000>; |
1366 | clock-frequency = <0>; | ||
1367 | interrupt-controller; | 1366 | interrupt-controller; |
1368 | #address-cells = <0>; | 1367 | #address-cells = <0>; |
1369 | reg = <40000 40000>; | 1368 | reg = <40000 40000>; |
1370 | built-in; | ||
1371 | compatible = "chrp,open-pic"; | 1369 | compatible = "chrp,open-pic"; |
1372 | device_type = "open-pic"; | 1370 | device_type = "open-pic"; |
1373 | big-endian; | ||
1374 | }; | 1371 | }; |
1375 | 1372 | ||
1376 | 1373 | ||
@@ -3663,14 +3660,11 @@ not necessary as they are usually the same as the root node. | |||
3663 | 3660 | ||
3664 | pic@40000 { | 3661 | pic@40000 { |
3665 | linux,phandle = <40000>; | 3662 | linux,phandle = <40000>; |
3666 | clock-frequency = <0>; | ||
3667 | interrupt-controller; | 3663 | interrupt-controller; |
3668 | #address-cells = <0>; | 3664 | #address-cells = <0>; |
3669 | reg = <40000 40000>; | 3665 | reg = <40000 40000>; |
3670 | built-in; | ||
3671 | compatible = "chrp,open-pic"; | 3666 | compatible = "chrp,open-pic"; |
3672 | device_type = "open-pic"; | 3667 | device_type = "open-pic"; |
3673 | big-endian; | ||
3674 | }; | 3668 | }; |
3675 | 3669 | ||
3676 | i2c@3000 { | 3670 | i2c@3000 { |