aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/kilauea.dts
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-06 14:20:05 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:33:47 -0500
commit72fda1148e14d2f06d8653c26f579b7d2dabba57 (patch)
treefa4087faf70c14eb333ffc693d6e32b13d01d742 /arch/powerpc/boot/dts/kilauea.dts
parent55aaf6ecf796b809100abfbdf359ef8309a7aac9 (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/kilauea.dts')
-rw-r--r--arch/powerpc/boot/dts/kilauea.dts5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/kilauea.dts b/arch/powerpc/boot/dts/kilauea.dts
index aa6a51769930..0a3fbfa4a99b 100644
--- a/arch/powerpc/boot/dts/kilauea.dts
+++ b/arch/powerpc/boot/dts/kilauea.dts
@@ -13,14 +13,15 @@
13 #size-cells = <1>; 13 #size-cells = <1>;
14 model = "amcc,kilauea"; 14 model = "amcc,kilauea";
15 compatible = "amcc,kilauea"; 15 compatible = "amcc,kilauea";
16 dcr-parent = <&/cpus/PowerPC,405EX@0>; 16 dcr-parent = <&/cpus/cpu@0>;
17 17
18 cpus { 18 cpus {
19 #address-cells = <1>; 19 #address-cells = <1>;
20 #size-cells = <0>; 20 #size-cells = <0>;
21 21
22 PowerPC,405EX@0 { 22 cpu@0 {
23 device_type = "cpu"; 23 device_type = "cpu";
24 model = "PowerPC,405EX";
24 reg = <0>; 25 reg = <0>;
25 clock-frequency = <0>; /* Filled in by U-Boot */ 26 clock-frequency = <0>; /* Filled in by U-Boot */
26 timebase-frequency = <0>; /* Filled in by U-Boot */ 27 timebase-frequency = <0>; /* Filled in by U-Boot */