upgrade 3.13 targets to 3.13.2, refresh patches
[openwrt/openwrt.git] / target / linux / sunxi / patches-3.13 / 196-3-dt-sun7i-enable-gmac-a20-micro.patch
1 From e39d51b2236ab17628fe5d110296cd33a9c4427e Mon Sep 17 00:00:00 2001
2 From: Chen-Yu Tsai <wens@csie.org>
3 Date: Sat, 7 Dec 2013 01:29:42 +0800
4 Subject: [PATCH] ARM: dts: sun7i: olinuxino-micro: Enable GMAC instead of EMAC
5
6 GMAC has better performance and fewer hardware issues.
7 Use the GMAC in MII mode for ethernet instead of the EMAC.
8
9 Signed-off-by: Chen-Yu Tsai <wens@csie.org>
10 ---
11 arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 23 ++++++++---------------
12 1 file changed, 8 insertions(+), 15 deletions(-)
13
14 --- a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
15 +++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
16 @@ -19,21 +19,6 @@
17 compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20";
18
19 soc@01c00000 {
20 - emac: ethernet@01c0b000 {
21 - pinctrl-names = "default";
22 - pinctrl-0 = <&emac_pins_a>;
23 - phy = <&phy1>;
24 - status = "okay";
25 - };
26 -
27 - mdio@01c0b080 {
28 - status = "okay";
29 -
30 - phy1: ethernet-phy@1 {
31 - reg = <1>;
32 - };
33 - };
34 -
35 mmc0: mmc@01c0f000 {
36 pinctrl-names = "default";
37 pinctrl-0 = <&mmc0_pins_a>;
38 @@ -146,6 +131,14 @@
39 vbus-supply = <&reg_usb2_vbus>;
40 status = "okay";
41 };
42 +
43 + gmac: ethernet@01c50000 {
44 + pinctrl-names = "default";
45 + pinctrl-0 = <&gmac_pins_mii>;
46 + snps,phy-addr = <1>;
47 + phy-mode = "mii";
48 + status = "okay";
49 + };
50 };
51
52 leds {