summaryrefslogtreecommitdiff
path: root/libre/linux-libre-pck/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-03-27 14:16:24 -0300
committerDavid P <megver83@parabola.nu>2018-03-27 14:16:24 -0300
commitdc11f3893a631130424594756b24a39acbf16247 (patch)
treee8731ccd6078b6042cc85f061324934e288704d6 /libre/linux-libre-pck/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
parente029927b8ceca76a9a669907ae1bbf1b3213a8ba (diff)
downloadabslibre-dc11f3893a631130424594756b24a39acbf16247.tar.gz
abslibre-dc11f3893a631130424594756b24a39acbf16247.tar.bz2
abslibre-dc11f3893a631130424594756b24a39acbf16247.zip
upgpkg: libre/linux-libre-pck 4.15.12_gnu.pck1-1
Diffstat (limited to 'libre/linux-libre-pck/0009-ARM-dove-enable-ethernet-on-D3Plug.patch')
-rw-r--r--libre/linux-libre-pck/0009-ARM-dove-enable-ethernet-on-D3Plug.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/libre/linux-libre-pck/0009-ARM-dove-enable-ethernet-on-D3Plug.patch b/libre/linux-libre-pck/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
new file mode 100644
index 000000000..a1c658823
--- /dev/null
+++ b/libre/linux-libre-pck/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
@@ -0,0 +1,31 @@
+From 0025f973fdfa0c4409439ee65a4c074241e1d210 Mon Sep 17 00:00:00 2001
+From: Kevin Mihelich <kevin@archlinuxarm.org>
+Date: Sun, 7 May 2017 13:32:25 -0600
+Subject: [PATCH 09/14] ARM: dove: enable ethernet on D3Plug
+
+Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
+---
+ arch/arm/boot/dts/dove-d3plug.dts | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/arch/arm/boot/dts/dove-d3plug.dts b/arch/arm/boot/dts/dove-d3plug.dts
+index 826026c28f90..a4c9963e1261 100644
+--- a/arch/arm/boot/dts/dove-d3plug.dts
++++ b/arch/arm/boot/dts/dove-d3plug.dts
+@@ -61,6 +61,13 @@
+ &uart0 { status = "okay"; };
+ &sata0 { status = "okay"; };
+ &i2c0 { status = "okay"; };
++&mdio { status = "okay"; };
++&eth { status = "okay"; };
++
++&ethphy {
++ compatible = "marvell,88e1310";
++ reg = <1>;
++};
+
+ /* Samsung M8G2F eMMC */
+ &sdio0 {
+--
+2.16.1
+