[PATCH 04/22] [POWERPC] Update mpc7448hpc2 device tree to be compatible for tsi109 chip

Kumar Gala galak at kernel.crashing.org
Fri Sep 14 07:07:42 EST 2007


From: Roy Zang <tie-fei.zang at freescale.com>

Update mpc7448hpc2 device tree to be compatible for tsi109 chip.

Signed-off-by: Roy Zang <tie-fei.zang at freescale.com>
Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
 arch/powerpc/boot/dts/mpc7448hpc2.dts |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts
index b9158eb..c60ad34 100644
--- a/arch/powerpc/boot/dts/mpc7448hpc2.dts
+++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts
@@ -41,11 +41,12 @@
 		       >;
 	};
 
-  	tsi108 at c0000000 {
+	tsi109 at c0000000 {
 		#address-cells = <1>;
 		#size-cells = <1>;
 		#interrupt-cells = <2>;
 		device_type = "tsi-bridge";
+		compatible = "tsi109-bridge", "tsi108-bridge";
 		ranges = <00000000 c0000000 00010000>;
 		reg = <c0000000 00010000>;
 		bus-frequency = <0>;
@@ -55,12 +56,12 @@
 			interrupts = <E 0>;
 			reg = <7000 400>;
 			device_type = "i2c";
-			compatible  = "tsi108-i2c";
+			compatible  = "tsi109-i2c", "tsi108-i2c";
 		};
 
 		MDIO: mdio at 6000 {
 			device_type = "mdio";
-			compatible = "tsi108-mdio";
+			compatible = "tsi109-mdio", "tsi108-mdio";
 			reg = <6000 50>;
 			#address-cells = <1>;
 			#size-cells = <0>;
@@ -82,7 +83,7 @@
 		ethernet at 6200 {
 			#size-cells = <0>;
 			device_type = "network";
-			compatible = "tsi108-ethernet";
+			compatible = "tsi109-ethernet", "tsi108-ethernet";
 			reg = <6000 200>;
 			address = [ 00 06 D2 00 00 01 ];
 			interrupts = <10 2>;
@@ -95,7 +96,7 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			device_type = "network";
-			compatible = "tsi108-ethernet";
+			compatible = "tsi109-ethernet", "tsi108-ethernet";
 			reg = <6400 200>;
 			address = [ 00 06 D2 00 00 02 ];
 			interrupts = <11 2>;
@@ -134,7 +135,7 @@
                        	big-endian;
 		};
 		pci at 1000 {
-			compatible = "tsi108-pci";
+			compatible = "tsi109-pci", "tsi108-pci";
 			device_type = "pci";
 			#interrupt-cells = <1>;
 			#size-cells = <2>;
-- 
1.5.2.4




More information about the Linuxppc-dev mailing list