From c957af0a0f6a2c45b9b3c84f45f4a3aa44d293c6 Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Wed, 5 Feb 2014 08:42:28 +0000 Subject: sunxi: initial 3.13 support Signed-off-by: Zoltan HERPAI SVN-Revision: 39471 --- .../196-1-dt-sun7i-enable-gmac-cubietruck.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 target/linux/sunxi/patches-3.13/196-1-dt-sun7i-enable-gmac-cubietruck.patch (limited to 'target/linux/sunxi/patches-3.13/196-1-dt-sun7i-enable-gmac-cubietruck.patch') diff --git a/target/linux/sunxi/patches-3.13/196-1-dt-sun7i-enable-gmac-cubietruck.patch b/target/linux/sunxi/patches-3.13/196-1-dt-sun7i-enable-gmac-cubietruck.patch new file mode 100644 index 0000000000..f547e666a0 --- /dev/null +++ b/target/linux/sunxi/patches-3.13/196-1-dt-sun7i-enable-gmac-cubietruck.patch @@ -0,0 +1,34 @@ +From a94741174cdc6bd29c56c5aa1a225ac6e7f4ebde Mon Sep 17 00:00:00 2001 +From: Chen-Yu Tsai +Date: Sat, 7 Dec 2013 01:29:40 +0800 +Subject: [PATCH] ARM: dts: sun7i: cubietruck: Enable the GMAC + +The CubieTruck uses the GMAC with an RGMII phy. + +Signed-off-by: Chen-Yu Tsai +--- + arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts +index 7ee628a..2684f27 100644 +--- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts ++++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts +@@ -49,6 +49,14 @@ + pinctrl-0 = <&uart0_pins_a>; + status = "okay"; + }; ++ ++ gmac: ethernet@01c50000 { ++ pinctrl-names = "default"; ++ pinctrl-0 = <&gmac_pins_rgmii>; ++ snps,phy-addr = <1>; ++ phy-mode = "rgmii"; ++ status = "okay"; ++ }; + }; + + leds { +-- +1.8.5.1 + -- cgit v1.2.3