Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279685
b: refs/heads/master
c: 2206694
h: refs/heads/master
i:
  279683: ccf2fd6
v: v3
  • Loading branch information
Andy Fleming authored and Kumar Gala committed Jan 4, 2012
1 parent 7ef88b4 commit 6dfa1b9
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dabc78403fc2ad96e6fc8b53c6c6abcc02e152ee
refs/heads/master: 220669495bf8b68130a8218607147c7b74c28d2b
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/boot/dts/p1010rdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@
interrupts = <2 1 0 0>;
reg = <0x2>;
};

tbi-phy@3 {
device-type = "tbi-phy";
reg = <0x3>;
};
};

mdio@25000 {
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/boot/dts/p1020rdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
interrupts = <2 1>;
reg = <0x1>;
};

tbi-phy@2 {
device_type = "tbi-phy";
reg = <0x2>;
};
};

mdio@25000 {
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/boot/dts/p1021mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@
phy4: ethernet-phy@4 {
reg = <0x4>;
};
tbi-phy@5 {
device_type = "tbi-phy";
reg = <0x5>;
};
};

mdio@25000 {
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/boot/dts/p1022ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@
interrupts = <9 1 0 0>;
reg = <0x2>;
};
tbi-phy@2 {
device_type = "tbi-phy";
reg = <0x2>;
};
};

ethernet@b0000 {
Expand Down
8 changes: 6 additions & 2 deletions trunk/arch/powerpc/boot/dts/p2020rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6dfa1b9

Please sign in to comment.