linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/p1010rdb: update phy node in dts
@ 2013-08-22  4:06 Shengzhou Liu
  2013-08-22 21:53 ` Scott Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Shengzhou Liu @ 2013-08-22  4:06 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Shengzhou Liu

Update phy node according to new P1010RDB-PB board.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 arch/powerpc/boot/dts/p1010rdb.dtsi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi
index ec7c27a..da24b2d 100644
--- a/arch/powerpc/boot/dts/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
@@ -193,17 +193,17 @@
 
 	mdio@24000 {
 		phy0: ethernet-phy@0 {
-			interrupts = <3 1 0 0>;
+			interrupts = <0 1>;
 			reg = <0x1>;
 		};
 
 		phy1: ethernet-phy@1 {
-			interrupts = <2 1 0 0>;
+			interrupts = <2 1>;
 			reg = <0x0>;
 		};
 
 		phy2: ethernet-phy@2 {
-			interrupts = <2 1 0 0>;
+			interrupts = <1 1>;
 			reg = <0x2>;
 		};
 
-- 
1.7.0.4

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

* Re: [PATCH] powerpc/p1010rdb: update phy node in dts
  2013-08-22  4:06 [PATCH] powerpc/p1010rdb: update phy node in dts Shengzhou Liu
@ 2013-08-22 21:53 ` Scott Wood
  0 siblings, 0 replies; 4+ messages in thread
From: Scott Wood @ 2013-08-22 21:53 UTC (permalink / raw)
  To: Shengzhou Liu; +Cc: linuxppc-dev

On Thu, 2013-08-22 at 12:06 +0800, Shengzhou Liu wrote:
> Update phy node according to new P1010RDB-PB board.
> 
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---
>  arch/powerpc/boot/dts/p1010rdb.dtsi |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi
> index ec7c27a..da24b2d 100644
> --- a/arch/powerpc/boot/dts/p1010rdb.dtsi
> +++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
> @@ -193,17 +193,17 @@
>  
>  	mdio@24000 {
>  		phy0: ethernet-phy@0 {
> -			interrupts = <3 1 0 0>;
> +			interrupts = <0 1>;
>  			reg = <0x1>;
>  		};
>  
>  		phy1: ethernet-phy@1 {
> -			interrupts = <2 1 0 0>;
> +			interrupts = <2 1>;
>  			reg = <0x0>;
>  		};
>  
>  		phy2: ethernet-phy@2 {
> -			interrupts = <2 1 0 0>;
> +			interrupts = <1 1>;
>  			reg = <0x2>;
>  		};

#interrupt-cells is 4

-Scott

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

* Re: [PATCH] powerpc/p1010rdb:update phy node in dts
  2013-09-10  5:50 [PATCH] powerpc/p1010rdb:update " Zhao Qiang
@ 2013-09-10 15:59 ` Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2013-09-10 15:59 UTC (permalink / raw)
  To: Zhao Qiang; +Cc: linuxppc-dev, Shengzhou Liu


On Sep 10, 2013, at 12:50 AM, Zhao Qiang wrote:

> Update phy node according to new P1010RDB-PB board.
>=20
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> Signed-off-by: Zhao Qiang <B45475@freescale.com>
> ---
> arch/powerpc/boot/dts/p1010rdb.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

What about the old boards?

- k

>=20
> diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi =
b/arch/powerpc/boot/dts/p1010rdb.dtsi
> index 7fc3402..8c675bf 100644
> --- a/arch/powerpc/boot/dts/p1010rdb.dtsi
> +++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
> @@ -199,7 +199,7 @@
>=20
> 	mdio@24000 {
> 		phy0: ethernet-phy@0 {
> -			interrupts =3D <3 1 0 0>;
> +			interrupts =3D <0 1 0 0>;
> 			reg =3D <0x1>;
> 		};
>=20
> @@ -209,7 +209,7 @@
> 		};
>=20
> 		phy2: ethernet-phy@2 {
> -			interrupts =3D <2 1 0 0>;
> +			interrupts =3D <1 1 0 0>;
> 			reg =3D <0x2>;
> 		};
>=20
> --=20
> 1.8.0
>=20
>=20
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev

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

* [PATCH] powerpc/p1010rdb:update phy node in dts
@ 2013-09-10  5:50 Zhao Qiang
  2013-09-10 15:59 ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: Zhao Qiang @ 2013-09-10  5:50 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Zhao Qiang, Shengzhou Liu

Update phy node according to new P1010RDB-PB board.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Zhao Qiang <B45475@freescale.com>
---
 arch/powerpc/boot/dts/p1010rdb.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi
index 7fc3402..8c675bf 100644
--- a/arch/powerpc/boot/dts/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
@@ -199,7 +199,7 @@
 
 	mdio@24000 {
 		phy0: ethernet-phy@0 {
-			interrupts = <3 1 0 0>;
+			interrupts = <0 1 0 0>;
 			reg = <0x1>;
 		};
 
@@ -209,7 +209,7 @@
 		};
 
 		phy2: ethernet-phy@2 {
-			interrupts = <2 1 0 0>;
+			interrupts = <1 1 0 0>;
 			reg = <0x2>;
 		};
 
-- 
1.8.0

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

end of thread, other threads:[~2013-09-10 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-22  4:06 [PATCH] powerpc/p1010rdb: update phy node in dts Shengzhou Liu
2013-08-22 21:53 ` Scott Wood
2013-09-10  5:50 [PATCH] powerpc/p1010rdb:update " Zhao Qiang
2013-09-10 15:59 ` 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).