[PATCH] powerpc/p1010rdb: update phy node in dts

Shengzhou Liu Shengzhou.Liu at freescale.com
Thu Aug 22 14:06:12 EST 2013


Update phy node according to new P1010RDB-PB board.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu at 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 at 24000 {
 		phy0: ethernet-phy at 0 {
-			interrupts = <3 1 0 0>;
+			interrupts = <0 1>;
 			reg = <0x1>;
 		};
 
 		phy1: ethernet-phy at 1 {
-			interrupts = <2 1 0 0>;
+			interrupts = <2 1>;
 			reg = <0x0>;
 		};
 
 		phy2: ethernet-phy at 2 {
-			interrupts = <2 1 0 0>;
+			interrupts = <1 1>;
 			reg = <0x2>;
 		};
 
-- 
1.7.0.4




More information about the Linuxppc-dev mailing list