diff options
Diffstat (limited to 'arch/powerpc/boot/dts/bamboo.dts')
-rw-r--r-- | arch/powerpc/boot/dts/bamboo.dts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/bamboo.dts b/arch/powerpc/boot/dts/bamboo.dts index 03f5d94ce363..51ada46e3831 100644 --- a/arch/powerpc/boot/dts/bamboo.dts +++ b/arch/powerpc/boot/dts/bamboo.dts | |||
@@ -16,14 +16,15 @@ | |||
16 | #size-cells = <1>; | 16 | #size-cells = <1>; |
17 | model = "amcc,bamboo"; | 17 | model = "amcc,bamboo"; |
18 | compatible = "amcc,bamboo"; | 18 | compatible = "amcc,bamboo"; |
19 | dcr-parent = <&/cpus/PowerPC,440EP@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,440EP@0 { | 25 | cpu@0 { |
26 | device_type = "cpu"; | 26 | device_type = "cpu"; |
27 | model = "PowerPC,440EP"; | ||
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 */ |