zynq: remove kernel 4.14 support
[oweals/openwrt.git] / target / linux / zynq / patches-4.14 / 022-v4.19-dts-set-correct-manufacturer-for-ZedBoard-and-MicroZed.patch
diff --git a/target/linux/zynq/patches-4.14/022-v4.19-dts-set-correct-manufacturer-for-ZedBoard-and-MicroZed.patch b/target/linux/zynq/patches-4.14/022-v4.19-dts-set-correct-manufacturer-for-ZedBoard-and-MicroZed.patch
deleted file mode 100644 (file)
index 3091846..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-From ef4c422d167afcd15c8bae1f841ef59334c1f973 Mon Sep 17 00:00:00 2001
-From: Luis Araneda <luaraneda@gmail.com>
-Date: Thu, 12 Jul 2018 00:10:19 -0400
-Subject: [PATCH] ARM: dts: zynq: Set correct manufacturer for ZedBoard and
- MicroZed boards
-
-Both boards are made by Avnet, Inc. So add an additional
-value to the compatible property
-
-Signed-off-by: Luis Araneda <luaraneda@gmail.com>
-Signed-off-by: Michal Simek <michal.simek@xilinx.com>
----
- arch/arm/boot/dts/zynq-microzed.dts | 2 +-
- arch/arm/boot/dts/zynq-zed.dts      | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/arm/boot/dts/zynq-microzed.dts
-+++ b/arch/arm/boot/dts/zynq-microzed.dts
-@@ -16,7 +16,7 @@
- / {
-       model = "Zynq MicroZED Development Board";
--      compatible = "xlnx,zynq-microzed", "xlnx,zynq-7000";
-+      compatible = "avnet,zynq-microzed", "xlnx,zynq-microzed", "xlnx,zynq-7000";
-       aliases {
-               ethernet0 = &gem0;
---- a/arch/arm/boot/dts/zynq-zed.dts
-+++ b/arch/arm/boot/dts/zynq-zed.dts
-@@ -16,7 +16,7 @@
- / {
-       model = "Zynq Zed Development Board";
--      compatible = "xlnx,zynq-zed", "xlnx,zynq-7000";
-+      compatible = "avnet,zynq-zed", "xlnx,zynq-zed", "xlnx,zynq-7000";
-       aliases {
-               ethernet0 = &gem0;