Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=006af9e229bf28b59c451e8370deca87c7cc3ee6
Commit:     006af9e229bf28b59c451e8370deca87c7cc3ee6
Parent:     282045b45060d5a8be0ebd13c1506551c6a0a0b8
Author:     Roy Zang <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 11 14:39:17 2007 +0800
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Thu Jul 26 00:17:02 2007 -0500

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/mpc7448hpc2.dts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts 
b/arch/powerpc/boot/dts/mpc7448hpc2.dts
index 0e3d314..b9158eb 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 = <c0000000 00010000>;
                bus-frequency = <0>;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to