summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-13 10:15:08 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-13 12:23:48 +0100
commit1ab533cdce918676f5c6387e5140fe6fc3e4d69f (patch)
tree89dc4569f276446b29f60003dfaba738b5973406 /libre/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
parent4463882db5dc2be543f69b84f606facb0d6ae317 (diff)
downloadabslibre-1ab533cdce918676f5c6387e5140fe6fc3e4d69f.tar.gz
abslibre-1ab533cdce918676f5c6387e5140fe6fc3e4d69f.tar.bz2
abslibre-1ab533cdce918676f5c6387e5140fe6fc3e4d69f.zip
libre/linux-libre: updated to 4.15.2_gnu; split armv7h kernel into linux-libre-armv7
Diffstat (limited to 'libre/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch')
-rw-r--r--libre/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/libre/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch b/libre/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
deleted file mode 100644
index d5efc4aeb..000000000
--- a/libre/linux-libre/0009-ARM-dove-enable-ethernet-on-D3Plug.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-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
-