aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r--Documentation/powerpc/booting-without-of.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index c67d2f58975..948f6417a40 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 {