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