Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344207
b: refs/heads/master
c: 4c7a078
h: refs/heads/master
i:
  344205: ce74e20
  344203: 1a5b67e
  344199: a41cf86
  344191: f2aeb19
v: v3
  • Loading branch information
Deepak Sikri authored and Viresh Kumar committed Nov 26, 2012
1 parent 319b596 commit 47511b7
Show file tree
Hide file tree
Showing 6 changed files with 9 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: f631b984ee104bb3979cd26311abbcd4d23a715d
refs/heads/master: 4c7a078f9003f31862f3a194dfa6a2dcf0937b39
1 change: 1 addition & 0 deletions trunk/arch/arm/boot/dts/spear1310-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
};

gmac0: eth@e2000000 {
phy-mode = "gmii";
status = "okay";
};

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/boot/dts/spear1310.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
reg = <0x5c400000 0x8000>;
interrupts = <0 95 0x4>;
interrupt-names = "macirq";
phy-mode = "mii";
status = "disabled";
};

Expand All @@ -63,6 +64,7 @@
reg = <0x5c500000 0x8000>;
interrupts = <0 96 0x4>;
interrupt-names = "macirq";
phy-mode = "mii";
status = "disabled";
};

Expand All @@ -71,6 +73,7 @@
reg = <0x5c600000 0x8000>;
interrupts = <0 97 0x4>;
interrupt-names = "macirq";
phy-mode = "rmii";
status = "disabled";
};

Expand All @@ -79,6 +82,7 @@
reg = <0x5c700000 0x8000>;
interrupts = <0 98 0x4>;
interrupt-names = "macirq";
phy-mode = "rgmii";
status = "disabled";
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/boot/dts/spear1340-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
};

gmac0: eth@e2000000 {
phy-mode = "rgmii";
status = "okay";
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/boot/dts/spear3xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
reg = <0xe0800000 0x8000>;
interrupts = <23 22>;
interrupt-names = "macirq", "eth_wake_irq";
phy-mode = "mii";
status = "disabled";
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/boot/dts/spear600.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
interrupt-parent = <&vic1>;
interrupts = <24 23>;
interrupt-names = "macirq", "eth_wake_irq";
phy-mode = "gmii";
status = "disabled";
};

Expand Down

0 comments on commit 47511b7

Please sign in to comment.