linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip
@ 2007-07-13  3:58 Zang Roy-r61911
  2007-07-13 13:11 ` Josh Boyer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Zang Roy-r61911 @ 2007-07-13  3:58 UTC (permalink / raw)
  To: Kumar Gala, Paul Mackerras; +Cc: linuxppc-dev list

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

Update mpc7448hpc2 device tree to be compatible for tsi109 chip.

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
---
Based on previous patch
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/038957.html

 arch/powerpc/boot/dts/mpc7448hpc2.dts |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts
index f141ba2..45143f3 100644
--- a/arch/powerpc/boot/dts/mpc7448hpc2.dts
+++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts
@@ -41,11 +41,12 @@
 		       >;
 	};
 
-  	tsi108@c0000000 {
+	tsi109@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@6000 {
 			device_type = "mdio";
-			compatible = "tsi108-mdio";
+			compatible = "tsi109-mdio", "tsi108-mdio";
 			reg = <6000 50>;
 			#address-cells = <1>;
 			#size-cells = <0>;
@@ -83,7 +84,7 @@
 			linux,network-index = <0>;
 			#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>;
@@ -97,7 +98,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>;
@@ -136,7 +137,7 @@
                        	big-endian;
 		};
 		pci@1000 {
-			compatible = "tsi108-pci";
+			compatible = "tsi109-pci", "tsi108-pci";
 			device_type = "pci";
 			#interrupt-cells = <1>;
 			#size-cells = <2>;
@@ -190,7 +191,7 @@
 		};
 	};
 	chosen {
-		linux,stdout-path = "/tsi108@c0000000/serial@7808";
+		linux,stdout-path = "/tsi109@c0000000/serial@7808";
 	};
 
 };
-- 
1.5.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip
  2007-07-13  3:58 [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip Zang Roy-r61911
@ 2007-07-13 13:11 ` Josh Boyer
  2007-07-13 14:50   ` [PATCH] Update mpc7448hpc2 device tree to be compatible fortsi109 chip Zang Roy-r61911
  2007-07-16 18:51 ` [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip Segher Boessenkool
  2007-08-29 22:32 ` Kumar Gala
  2 siblings, 1 reply; 5+ messages in thread
From: Josh Boyer @ 2007-07-13 13:11 UTC (permalink / raw)
  To: Zang Roy-r61911; +Cc: linuxppc-dev list, Paul Mackerras

On Fri, 2007-07-13 at 11:58 +0800, Zang Roy-r61911 wrote:
> From: Roy Zang <tie-fei.zang@freescale.com>
> 
> Update mpc7448hpc2 device tree to be compatible for tsi109 chip.

Are there any actual changes in the drivers or platform files for
tsi109?  I seem to recall that Linux treated tsi108 and tsi109
identically at the moment.

If there are changes coming that differentiate tsi109 and tsi108, please
CC me on those so I can update the Holly board as well.

josh

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] Update mpc7448hpc2 device tree to be compatible fortsi109 chip
  2007-07-13 13:11 ` Josh Boyer
@ 2007-07-13 14:50   ` Zang Roy-r61911
  0 siblings, 0 replies; 5+ messages in thread
From: Zang Roy-r61911 @ 2007-07-13 14:50 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev list, Paul Mackerras

>=20
> On Fri, 2007-07-13 at 11:58 +0800, Zang Roy-r61911 wrote:
> > From: Roy Zang <tie-fei.zang@freescale.com>
> >=20
> > Update mpc7448hpc2 device tree to be compatible for tsi109 chip.
>=20
> Are there any actual changes in the drivers or platform files for
> tsi109?=20
No!
> I seem to recall that Linux treated tsi108 and tsi109
> identically at the moment.
Your are right!
>=20
> If there are changes coming that differentiate tsi109 and=20
> tsi108, please
> CC me on those so I can update the Holly board as well.=20
I will :-)
Roy

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip
  2007-07-13  3:58 [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip Zang Roy-r61911
  2007-07-13 13:11 ` Josh Boyer
@ 2007-07-16 18:51 ` Segher Boessenkool
  2007-08-29 22:32 ` Kumar Gala
  2 siblings, 0 replies; 5+ messages in thread
From: Segher Boessenkool @ 2007-07-16 18:51 UTC (permalink / raw)
  To: Zang Roy-r61911; +Cc: linuxppc-dev list, Paul Mackerras

> Update mpc7448hpc2 device tree to be compatible for tsi109 chip.
>
> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>

Looks good, thanks!


Segher

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip
  2007-07-13  3:58 [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip Zang Roy-r61911
  2007-07-13 13:11 ` Josh Boyer
  2007-07-16 18:51 ` [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip Segher Boessenkool
@ 2007-08-29 22:32 ` Kumar Gala
  2 siblings, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2007-08-29 22:32 UTC (permalink / raw)
  To: Zang Roy-r61911; +Cc: linuxppc-dev list, Paul Mackerras

On Thu, 13 Jul 2007, Zang Roy-r61911 wrote:

> From: Roy Zang <tie-fei.zang@freescale.com>
>
> Update mpc7448hpc2 device tree to be compatible for tsi109 chip.
>
> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
> ---
> Based on previous patch
> http://ozlabs.org/pipermail/linuxppc-dev/2007-July/038957.html
>
>  arch/powerpc/boot/dts/mpc7448hpc2.dts |   15 ++++++++-------
>  1 files changed, 8 insertions(+), 7 deletions(-)
>

applied.

- k

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-29 22:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-13  3:58 [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip Zang Roy-r61911
2007-07-13 13:11 ` Josh Boyer
2007-07-13 14:50   ` [PATCH] Update mpc7448hpc2 device tree to be compatible fortsi109 chip Zang Roy-r61911
2007-07-16 18:51 ` [PATCH] Update mpc7448hpc2 device tree to be compatible for tsi109 chip Segher Boessenkool
2007-08-29 22:32 ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).