From ff9f7c1202687ef4c829e9be505e47cc1699c2e5 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 29 Sep 2017 23:21:56 +1000 Subject: linux-yocto_4.4.bbappend: Drop patches for 4.4 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 Reviewed-by: Alistair Francis --- 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 1af47733..00000000 --- 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 26f57bf3..00000000 --- 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 -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 -Cc: Rob Herring -Cc: Mark Rutland -Cc: Michal Simek -Cc: Sören Brinkmann -Signed-off-by: Michal Simek -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 - -- cgit v1.2.3-54-g00ecf