Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91503
b: refs/heads/master
c: a6190a8
h: refs/heads/master
i:
  91501: 111d59b
  91499: 96d97a7
  91495: df390c0
  91487: 1065a9f
v: v3
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Apr 5, 2008
1 parent c917023 commit 0d70f12
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 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: 93173ce272e54f81460986ff5040d16ab79488a9
refs/heads/master: a6190a84ab1163f750fcd1511bd96f7803724cd3
19 changes: 15 additions & 4 deletions trunk/arch/powerpc/boot/dts/canyonlands.dts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@
has-mdio;
};

TAH0: emac-tah@ef601350 {
compatible = "ibm,tah-460ex", "ibm,tah";
reg = <ef601350 30>;
};

TAH1: emac-tah@ef601450 {
compatible = "ibm,tah-460ex", "ibm,tah";
reg = <ef601450 30>;
};

EMAC0: ethernet@ef600e00 {
device_type = "network";
compatible = "ibm,emac-460ex", "ibm,emac4";
Expand All @@ -236,10 +246,10 @@
tx-fifo-size = <800>;
phy-mode = "rgmii";
phy-map = <00000000>;
zmii-device = <&ZMII0>;
zmii-channel = <0>;
rgmii-device = <&RGMII0>;
rgmii-channel = <0>;
tah-device = <&TAH0>;
tah-channel = <0>;
has-inverted-stacr-oc;
has-new-stacr-staopc;
};
Expand All @@ -265,12 +275,13 @@
tx-fifo-size = <800>;
phy-mode = "rgmii";
phy-map = <00000000>;
zmii-device = <&ZMII0>;
zmii-channel = <1>;
rgmii-device = <&RGMII0>;
rgmii-channel = <1>;
tah-device = <&TAH1>;
tah-channel = <1>;
has-inverted-stacr-oc;
has-new-stacr-staopc;
mdio-device = <&EMAC0>;
};
};

Expand Down
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/boot/dts/glacier.dts
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,10 @@
rgmii-device = <&RGMII0>;
rgmii-channel = <1>;
tah-device = <&TAH1>;
tah-channel = <0>;
tah-channel = <1>;
has-inverted-stacr-oc;
has-new-stacr-staopc;
mdio-device = <&EMAC0>;
};

EMAC2: ethernet@ef601100 {
Expand Down Expand Up @@ -317,6 +318,7 @@
rgmii-channel = <0>;
has-inverted-stacr-oc;
has-new-stacr-staopc;
mdio-device = <&EMAC0>;
};

EMAC3: ethernet@ef601200 {
Expand Down Expand Up @@ -344,6 +346,7 @@
rgmii-channel = <1>;
has-inverted-stacr-oc;
has-new-stacr-staopc;
mdio-device = <&EMAC0>;
};
};

Expand Down

0 comments on commit 0d70f12

Please sign in to comment.