[POWERPC] Fix mpc7448hpc2 tsi108 device_type bug
authorRoy Zang <tie-fei.zang@freescale.com>
Wed, 11 Jul 2007 06:39:17 +0000 (14:39 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 26 Jul 2007 05:17:02 +0000 (00:17 -0500)
Fix mpc7448hpc2 tsi108 device_type bug.
Wrong device type will break the board startup.

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc7448hpc2.dts

index 0e3d314..b9158eb 100644 (file)
@@ -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 = <c0000000 00010000>;
                bus-frequency = <0>;