diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-06 14:20:05 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:33:47 -0500 |
commit | 72fda1148e14d2f06d8653c26f579b7d2dabba57 (patch) | |
tree | fa4087faf70c14eb333ffc693d6e32b13d01d742 /arch/powerpc/boot/dts/taishan.dts | |
parent | 55aaf6ecf796b809100abfbdf359ef8309a7aac9 (diff) |
[POWERPC] 4xx: Rename CPU nodes to avoid dtc incompatibility
Recent DTC versions disallow certain special characters in full paths without
being quoted with {}. That however breaks compatibility with older DTC
versions. Work around this by renaming the CPU nodes for the 4xx files to a
generic node name, and specify the processor type in the model property of the
CPU node.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/taishan.dts')
-rw-r--r-- | arch/powerpc/boot/dts/taishan.dts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/taishan.dts b/arch/powerpc/boot/dts/taishan.dts index 259972b594b2..0dec702c5261 100644 --- a/arch/powerpc/boot/dts/taishan.dts +++ b/arch/powerpc/boot/dts/taishan.dts | |||
@@ -15,14 +15,15 @@ | |||
15 | #size-cells = <1>; | 15 | #size-cells = <1>; |
16 | model = "amcc,taishan"; | 16 | model = "amcc,taishan"; |
17 | compatible = "amcc,taishan"; | 17 | compatible = "amcc,taishan"; |
18 | dcr-parent = <&/cpus/PowerPC,440GX@0>; | 18 | dcr-parent = <&/cpus/cpu@0>; |
19 | 19 | ||
20 | cpus { | 20 | cpus { |
21 | #address-cells = <1>; | 21 | #address-cells = <1>; |
22 | #size-cells = <0>; | 22 | #size-cells = <0>; |
23 | 23 | ||
24 | PowerPC,440GX@0 { | 24 | cpu@0 { |
25 | device_type = "cpu"; | 25 | device_type = "cpu"; |
26 | model = "PowerPC,440GX"; | ||
26 | reg = <0>; | 27 | reg = <0>; |
27 | clock-frequency = <2FAF0800>; // 800MHz | 28 | clock-frequency = <2FAF0800>; // 800MHz |
28 | timebase-frequency = <0>; // Filled in by zImage | 29 | timebase-frequency = <0>; // Filled in by zImage |