Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313725
b: refs/heads/master
c: b915341
h: refs/heads/master
i:
  313723: 87059ac
v: v3
  • Loading branch information
Jia Hongtao authored and Kumar Gala committed Jul 12, 2012
1 parent b484fca commit b0c815b
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9653018b615b36eb1c221bfd1db5d47e1466cfd8
refs/heads/master: b915341b4be29b3b2c02da932b69871e9b55ca4b
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8536ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@
reg = <1>;
device_type = "ethernet-phy";
};
sgmii_phy0: sgmii-phy@0 {
interrupts = <6 1 0 0>;
reg = <0x1d>;
};
sgmii_phy1: sgmii-phy@1 {
interrupts = <6 1 0 0>;
reg = <0x1c>;
};
tbi0: tbi-phy@11 {
reg = <0x11>;
device_type = "tbi-phy";
Expand Down
9 changes: 9 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8544ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
device_type = "ethernet-phy";
};

sgmii_phy0: sgmii-phy@0 {
interrupts = <6 1 0 0>;
reg = <0x1c>;
};
sgmii_phy1: sgmii-phy@1 {
interrupts = <6 1 0 0>;
reg = <0x1d>;
};

tbi0: tbi-phy@11 {
reg = <0x11>;
device_type = "tbi-phy";
Expand Down
17 changes: 17 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8572ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,23 @@
reg = <0x3>;
};

sgmii_phy0: sgmii-phy@0 {
interrupts = <6 1 0 0>;
reg = <0x1c>;
};
sgmii_phy1: sgmii-phy@1 {
interrupts = <6 1 0 0>;
reg = <0x1d>;
};
sgmii_phy2: sgmii-phy@2 {
interrupts = <7 1 0 0>;
reg = <0x1e>;
};
sgmii_phy3: sgmii-phy@3 {
interrupts = <7 1 0 0>;
reg = <0x1f>;
};

tbi0: tbi-phy@11 {
reg = <0x11>;
device_type = "tbi-phy";
Expand Down
10 changes: 10 additions & 0 deletions trunk/arch/powerpc/boot/dts/p2020ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,16 @@
interrupts = <3 1 0 0>;
reg = <0x2>;
};

sgmii_phy1: sgmii-phy@1 {
interrupts = <5 1 0 0>;
reg = <0x1c>;
};
sgmii_phy2: sgmii-phy@2 {
interrupts = <5 1 0 0>;
reg = <0x1d>;
};

tbi0: tbi-phy@11 {
reg = <0x11>;
device_type = "tbi-phy";
Expand Down

0 comments on commit b0c815b

Please sign in to comment.