From 72fda1148e14d2f06d8653c26f579b7d2dabba57 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 6 Dec 2007 13:20:05 -0600 Subject: [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 --- arch/powerpc/boot/dts/katmai.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arch/powerpc/boot/dts/katmai.dts') diff --git a/arch/powerpc/boot/dts/katmai.dts b/arch/powerpc/boot/dts/katmai.dts index d4dedc2e44c..d3135c58d0e 100644 --- a/arch/powerpc/boot/dts/katmai.dts +++ b/arch/powerpc/boot/dts/katmai.dts @@ -17,14 +17,15 @@ #size-cells = <1>; model = "amcc,katmai"; compatible = "amcc,katmai"; - dcr-parent = <&/cpus/PowerPC,440SPe@0>; + dcr-parent = <&/cpus/cpu@0>; cpus { #address-cells = <1>; #size-cells = <0>; - PowerPC,440SPe@0 { + cpu@0 { device_type = "cpu"; + model = "PowerPC,440SPe"; reg = <0>; clock-frequency = <0>; /* Filled in by zImage */ timebase-frequency = <0>; /* Filled in by zImage */ -- cgit v1.2.3