summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-12-14 22:32:34 -0300
committerDavid P <megver83@parabola.nu>2017-12-14 22:32:34 -0300
commitf0d3a651744c676c319564cc0004526999412c3e (patch)
treeb8518b48bff5cce8be0b9e68eb7a1c711fd1a9ba /libre-testing/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
parentd24962f7f9099d500f6db67e31bcc10e044e96dc (diff)
downloadabslibre-f0d3a651744c676c319564cc0004526999412c3e.tar.gz
abslibre-f0d3a651744c676c319564cc0004526999412c3e.tar.bz2
abslibre-f0d3a651744c676c319564cc0004526999412c3e.zip
Add linux-libre 4.14.4_gnu-1 to [libre-testing]
Diffstat (limited to 'libre-testing/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch')
-rw-r--r--libre-testing/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/libre-testing/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch b/libre-testing/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
new file mode 100644
index 000000000..d5efc4aeb
--- /dev/null
+++ b/libre-testing/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
@@ -0,0 +1,31 @@
+From 43fc6d48884feb1d121bef1dd64ab444b5c46169 Mon Sep 17 00:00:00 2001
+From: Kevin Mihelich <kevin@archlinuxarm.org>
+Date: Sun, 7 May 2017 13:32:25 -0600
+Subject: [PATCH 9/9] 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 e88ff83f1dec..5004f09d76b7 100644
+--- a/arch/arm/boot/dts/dove-d3plug.dts
++++ b/arch/arm/boot/dts/dove-d3plug.dts
+@@ -60,6 +60,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.14.2
+