summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-knock/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-10-24 12:42:50 -0300
committerDavid P <megver83@openmailbox.org>2017-10-24 12:42:50 -0300
commit3205760f71c3dcdcd029a6e95b77ff6395688870 (patch)
tree50f26394f3c56370cde4e9a65a3d65c4def6fdc7 /kernels/linux-libre-knock/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
parentc848d16bc0f67f04a4b8512a8e2f3651723c5507 (diff)
updpkg: libre/linux-libre-hardened 4.13.9_gnu.a-1
libre/linux-libre-pck 4.13.9_gnu.pck1-1
Diffstat (limited to 'kernels/linux-libre-knock/0009-ARM-dove-enable-ethernet-on-D3Plug.patch')
-rw-r--r--kernels/linux-libre-knock/0009-ARM-dove-enable-ethernet-on-D3Plug.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/kernels/linux-libre-knock/0009-ARM-dove-enable-ethernet-on-D3Plug.patch b/kernels/linux-libre-knock/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
new file mode 100644
index 000000000..eca0ffcb8
--- /dev/null
+++ b/kernels/linux-libre-knock/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
@@ -0,0 +1,31 @@
+From 04cbef0366837832994a3dd25661d28afe0d65a4 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 f5f59bb5a534..b0ad0bbf6818 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.13.0
+