[meta-xilinx] [PATCH 7/7] linux-yocto_4.4.bbappend: Drop patches for 4.4

Nathan Rossi nathan at nathanrossi.com
Thu Oct 5 05:20:51 PDT 2017


Drop patches for the linux-yocto 4.4 kernel. This version of linux-yocto
does not have upstream configuration for meta-xilinx targets and is
superseded by 4.9 and newer kernels.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 recipes-kernel/linux/linux-yocto_4.4.bbappend      |  6 ---
 ...-dts-zynq-Enable-USB-and-USB-PHY-for-ZYBO.patch | 52 ----------------------
 2 files changed, 58 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-yocto_4.4.bbappend
 delete mode 100644 recipes-kernel/linux/linux/ARM-dts-zynq-Enable-USB-and-USB-PHY-for-ZYBO.patch

diff --git a/recipes-kernel/linux/linux-yocto_4.4.bbappend b/recipes-kernel/linux/linux-yocto_4.4.bbappend
deleted file mode 100644
index 1af47733e0..0000000000
--- a/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
-SRC_URI_append = " \
-		file://ARM-dts-zynq-Enable-USB-and-USB-PHY-for-ZYBO.patch \
-		"
-
diff --git a/recipes-kernel/linux/linux/ARM-dts-zynq-Enable-USB-and-USB-PHY-for-ZYBO.patch b/recipes-kernel/linux/linux/ARM-dts-zynq-Enable-USB-and-USB-PHY-for-ZYBO.patch
deleted file mode 100644
index 26f57bf3d1..0000000000
--- a/recipes-kernel/linux/linux/ARM-dts-zynq-Enable-USB-and-USB-PHY-for-ZYBO.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From b977025153a6f43ec5070d2f7a26f2ecb22c0319 Mon Sep 17 00:00:00 2001
-From: Nathan Rossi <nathan at nathanrossi.com>
-Date: Wed, 3 Feb 2016 22:41:05 +1000
-Subject: [PATCH] ARM: dts: zynq: Enable USB and USB PHY for ZYBO
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Setup the USB controller and configure it to operate in host mode.
-Additionally add the USB phy node for the ZYBO, including reset gpio
-which is connected to a external MIO pin.
-
-Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
-Cc: Rob Herring <robh+dt at kernel.org>
-Cc: Mark Rutland <mark.rutland at arm.com>
-Cc: Michal Simek <michal.simek at xilinx.com>
-Cc: Sören Brinkmann <soren.brinkmann at xilinx.com>
-Signed-off-by: Michal Simek <michal.simek at xilinx.com>
-Upstream-Status: Backport
----
- arch/arm/boot/dts/zynq-zybo.dts | 11 +++++++++++
- 1 file changed, 11 insertions(+)
-
-diff --git a/arch/arm/boot/dts/zynq-zybo.dts b/arch/arm/boot/dts/zynq-zybo.dts
-index 16c9cac..8f085b3 100644
---- a/arch/arm/boot/dts/zynq-zybo.dts
-+++ b/arch/arm/boot/dts/zynq-zybo.dts
-@@ -33,6 +33,11 @@
- 		stdout-path = "serial0:115200n8";
- 	};
- 
-+	usb_phy0: phy0 {
-+		#phy-cells = <0>;
-+		compatible = "usb-nop-xceiv";
-+		reset-gpios = <&gpio0 46 1>;
-+	};
- };
- 
- &clkc {
-@@ -56,3 +61,9 @@
- &uart1 {
- 	status = "okay";
- };
-+
-+&usb0 {
-+	status = "okay";
-+	dr_mode = "host";
-+	usb-phy = <&usb_phy0>;
-+};
--- 
-2.8.0.rc3
-
-- 
2.14.2





More information about the meta-xilinx mailing list