aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/rainier.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/rainier.dts')
-rw-r--r--arch/powerpc/boot/dts/rainier.dts5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/rainier.dts b/arch/powerpc/boot/dts/rainier.dts
index cf1b95d1f14b..63d996e647c8 100644
--- a/arch/powerpc/boot/dts/rainier.dts
+++ b/arch/powerpc/boot/dts/rainier.dts
@@ -17,14 +17,15 @@
17 #size-cells = <1>; 17 #size-cells = <1>;
18 model = "amcc,rainier"; 18 model = "amcc,rainier";
19 compatible = "amcc,rainier"; 19 compatible = "amcc,rainier";
20 dcr-parent = <&/cpus/PowerPC,440GRx@0>; 20 dcr-parent = <&/cpus/cpu@0>;
21 21
22 cpus { 22 cpus {
23 #address-cells = <1>; 23 #address-cells = <1>;
24 #size-cells = <0>; 24 #size-cells = <0>;
25 25
26 PowerPC,440GRx@0 { 26 cpu@0 {
27 device_type = "cpu"; 27 device_type = "cpu";
28 model = "PowerPC,440GRx";
28 reg = <0>; 29 reg = <0>;
29 clock-frequency = <0>; /* Filled in by zImage */ 30 clock-frequency = <0>; /* Filled in by zImage */
30 timebase-frequency = <0>; /* Filled in by zImage */ 31 timebase-frequency = <0>; /* Filled in by zImage */