summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/ebony.dts
diff options
context:
space:
mode:
authorJosh Boyer2007-12-06 20:20:05 +0100
committerJosh Boyer2007-12-23 20:33:47 +0100
commit72fda1148e14d2f06d8653c26f579b7d2dabba57 (patch)
treefa4087faf70c14eb333ffc693d6e32b13d01d742 /arch/powerpc/boot/dts/ebony.dts
parent[POWERPC] 4xx: Set ibpre for 405EX in 4xx PCIe driver (diff)
downloadkernel-qcow2-linux-72fda1148e14d2f06d8653c26f579b7d2dabba57.tar.gz
kernel-qcow2-linux-72fda1148e14d2f06d8653c26f579b7d2dabba57.tar.xz
kernel-qcow2-linux-72fda1148e14d2f06d8653c26f579b7d2dabba57.zip
[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/ebony.dts')
-rw-r--r--arch/powerpc/boot/dts/ebony.dts5
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 @@
#size-cells = <1>;
model = "ibm,ebony";
compatible = "ibm,ebony";
- dcr-parent = <&/cpus/PowerPC,440GP@0>;
+ dcr-parent = <&/cpus/cpu@0>;
cpus {
#address-cells = <1>;
#size-cells = <0>;
- PowerPC,440GP@0 {
+ cpu@0 {
device_type = "cpu";
+ model = "PowerPC,440GP";
reg = <0>;
clock-frequency = <0>; // Filled in by zImage
timebase-frequency = <0>; // Filled in by zImage