From 6dfa1b9245f9e40b85a7777dbcb34515802721e4 Mon Sep 17 00:00:00 2001 From: Andy Fleming Date: Wed, 4 Jan 2012 15:28:31 -0600 Subject: [PATCH] --- yaml --- r: 279685 b: refs/heads/master c: 220669495bf8b68130a8218607147c7b74c28d2b h: refs/heads/master i: 279683: ccf2fd64d83c488341b55cb713d68820e431a878 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/boot/dts/p1010rdb.dtsi | 5 +++++ trunk/arch/powerpc/boot/dts/p1020rdb.dtsi | 5 +++++ trunk/arch/powerpc/boot/dts/p1021mds.dts | 4 ++++ trunk/arch/powerpc/boot/dts/p1022ds.dts | 4 ++++ trunk/arch/powerpc/boot/dts/p2020rdb.dts | 8 ++++++-- 6 files changed, 25 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4f469544956e..e42e025c6f9e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dabc78403fc2ad96e6fc8b53c6c6abcc02e152ee +refs/heads/master: 220669495bf8b68130a8218607147c7b74c28d2b diff --git a/trunk/arch/powerpc/boot/dts/p1010rdb.dtsi b/trunk/arch/powerpc/boot/dts/p1010rdb.dtsi index 3aa2b823fb00..d4c4a7730285 100644 --- a/trunk/arch/powerpc/boot/dts/p1010rdb.dtsi +++ b/trunk/arch/powerpc/boot/dts/p1010rdb.dtsi @@ -194,6 +194,11 @@ interrupts = <2 1 0 0>; reg = <0x2>; }; + + tbi-phy@3 { + device-type = "tbi-phy"; + reg = <0x3>; + }; }; mdio@25000 { diff --git a/trunk/arch/powerpc/boot/dts/p1020rdb.dtsi b/trunk/arch/powerpc/boot/dts/p1020rdb.dtsi index 37389464ad89..b5bd86f4baf2 100644 --- a/trunk/arch/powerpc/boot/dts/p1020rdb.dtsi +++ b/trunk/arch/powerpc/boot/dts/p1020rdb.dtsi @@ -214,6 +214,11 @@ interrupts = <2 1>; reg = <0x1>; }; + + tbi-phy@2 { + device_type = "tbi-phy"; + reg = <0x2>; + }; }; mdio@25000 { diff --git a/trunk/arch/powerpc/boot/dts/p1021mds.dts b/trunk/arch/powerpc/boot/dts/p1021mds.dts index b1bef1fa66da..d9540791e434 100644 --- a/trunk/arch/powerpc/boot/dts/p1021mds.dts +++ b/trunk/arch/powerpc/boot/dts/p1021mds.dts @@ -165,6 +165,10 @@ phy4: ethernet-phy@4 { reg = <0x4>; }; + tbi-phy@5 { + device_type = "tbi-phy"; + reg = <0x5>; + }; }; mdio@25000 { diff --git a/trunk/arch/powerpc/boot/dts/p1022ds.dts b/trunk/arch/powerpc/boot/dts/p1022ds.dts index 3e85d8c38503..0ca0eb1ce51e 100644 --- a/trunk/arch/powerpc/boot/dts/p1022ds.dts +++ b/trunk/arch/powerpc/boot/dts/p1022ds.dts @@ -207,6 +207,10 @@ interrupts = <9 1 0 0>; reg = <0x2>; }; + tbi-phy@2 { + device_type = "tbi-phy"; + reg = <0x2>; + }; }; ethernet@b0000 { diff --git a/trunk/arch/powerpc/boot/dts/p2020rdb.dts b/trunk/arch/powerpc/boot/dts/p2020rdb.dts index fd4271296f85..26759a591712 100644 --- a/trunk/arch/powerpc/boot/dts/p2020rdb.dts +++ b/trunk/arch/powerpc/boot/dts/p2020rdb.dts @@ -203,11 +203,15 @@ phy0: ethernet-phy@0 { interrupts = <3 1 0 0>; reg = <0x0>; - }; + }; phy1: ethernet-phy@1 { interrupts = <3 1 0 0>; reg = <0x1>; - }; + }; + tbi-phy@2 { + device_type = "tbi-phy"; + reg = <0x2>; + }; }; mdio@25520 {