From: Roy Zang Date: Wed, 11 Jul 2007 06:39:17 +0000 (+0800) Subject: [POWERPC] Fix mpc7448hpc2 tsi108 device_type bug X-Git-Tag: v2.6.23-rc2~190^2^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=006af9e229bf28b59c451e8370deca87c7cc3ee6;p=linux-2.6-omap-h63xx.git [POWERPC] Fix mpc7448hpc2 tsi108 device_type bug Fix mpc7448hpc2 tsi108 device_type bug. Wrong device type will break the board startup. Signed-off-by: Roy Zang Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts index 0e3d314a715..b9158eb2797 100644 --- a/arch/powerpc/boot/dts/mpc7448hpc2.dts +++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts @@ -45,7 +45,7 @@ #address-cells = <1>; #size-cells = <1>; #interrupt-cells = <2>; - device_type = "tsi108-bridge"; + device_type = "tsi-bridge"; ranges = <00000000 c0000000 00010000>; reg = ; bus-frequency = <0>;