diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-02-10 05:35:53 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-02-10 14:46:30 -0500 |
commit | 7164318297f7f2567d4ca44a5e4affc910b1b979 (patch) | |
tree | 94ac7f1abf7461a1c24140f64c87f016e384e991 /arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | |
parent | 5e71892f01d07a68bab0529f64cb8cd06bf94fd4 (diff) |
ARM: dts: sun7i: a20-olinuxino-micro: Enable GMAC instead of EMAC
GMAC has better performance and fewer hardware issues.
Use the GMAC in MII mode for ethernet instead of the EMAC.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts index ead3013f9aca..b02a796b2eaf 100644 --- a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts +++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | |||
@@ -19,21 +19,6 @@ | |||
19 | compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20"; | 19 | compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20"; |
20 | 20 | ||
21 | soc@01c00000 { | 21 | soc@01c00000 { |
22 | emac: ethernet@01c0b000 { | ||
23 | pinctrl-names = "default"; | ||
24 | pinctrl-0 = <&emac_pins_a>; | ||
25 | phy = <&phy1>; | ||
26 | status = "okay"; | ||
27 | }; | ||
28 | |||
29 | mdio@01c0b080 { | ||
30 | status = "okay"; | ||
31 | |||
32 | phy1: ethernet-phy@1 { | ||
33 | reg = <1>; | ||
34 | }; | ||
35 | }; | ||
36 | |||
37 | pinctrl@01c20800 { | 22 | pinctrl@01c20800 { |
38 | led_pins_olinuxino: led_pins@0 { | 23 | led_pins_olinuxino: led_pins@0 { |
39 | allwinner,pins = "PH2"; | 24 | allwinner,pins = "PH2"; |
@@ -78,6 +63,18 @@ | |||
78 | pinctrl-0 = <&i2c2_pins_a>; | 63 | pinctrl-0 = <&i2c2_pins_a>; |
79 | status = "okay"; | 64 | status = "okay"; |
80 | }; | 65 | }; |
66 | |||
67 | gmac: ethernet@01c50000 { | ||
68 | pinctrl-names = "default"; | ||
69 | pinctrl-0 = <&gmac_pins_mii_a>; | ||
70 | phy = <&phy1>; | ||
71 | phy-mode = "mii"; | ||
72 | status = "okay"; | ||
73 | |||
74 | phy1: ethernet-phy@1 { | ||
75 | reg = <1>; | ||
76 | }; | ||
77 | }; | ||
81 | }; | 78 | }; |
82 | 79 | ||
83 | leds { | 80 | leds { |