diff options
Diffstat (limited to 'arch/powerpc/boot/dts/ebony.dts')
-rw-r--r-- | arch/powerpc/boot/dts/ebony.dts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/ebony.dts b/arch/powerpc/boot/dts/ebony.dts index 331c424e97ea..3cb2849eefe1 100644 --- a/arch/powerpc/boot/dts/ebony.dts +++ b/arch/powerpc/boot/dts/ebony.dts | |||
@@ -16,14 +16,15 @@ | |||
16 | #size-cells = <1>; | 16 | #size-cells = <1>; |
17 | model = "ibm,ebony"; | 17 | model = "ibm,ebony"; |
18 | compatible = "ibm,ebony"; | 18 | compatible = "ibm,ebony"; |
19 | dcr-parent = <&/cpus/PowerPC,440GP@0>; | 19 | dcr-parent = <&/cpus/cpu@0>; |
20 | 20 | ||
21 | cpus { | 21 | cpus { |
22 | #address-cells = <1>; | 22 | #address-cells = <1>; |
23 | #size-cells = <0>; | 23 | #size-cells = <0>; |
24 | 24 | ||
25 | PowerPC,440GP@0 { | 25 | cpu@0 { |
26 | device_type = "cpu"; | 26 | device_type = "cpu"; |
27 | model = "PowerPC,440GP"; | ||
27 | reg = <0>; | 28 | reg = <0>; |
28 | clock-frequency = <0>; // Filled in by zImage | 29 | clock-frequency = <0>; // Filled in by zImage |
29 | timebase-frequency = <0>; // Filled in by zImage | 30 | timebase-frequency = <0>; // Filled in by zImage |