From a74fd570a23f2226afcf63f92f22bcb9df37beee Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 2 Apr 2018 16:01:58 +0200 Subject: kernel: update kernel 4.14 to 4.14.32 The following patches are now included upstream: * 0052-MIPS-lantiq-fix-usb-clocks.patch * 0053-MIPS-lantiq-enable-AHB-Bus-for-USB.patch * 0060-lantiq-ase-enable-MFD-SYSCON.patch Closes: FS#1466 Signed-off-by: Hauke Mehrtens Tested-by: Stijn Segers Tested-by: Koen Vandeputte --- .../0053-MIPS-lantiq-enable-AHB-Bus-for-USB.patch | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 target/linux/lantiq/patches-4.14/0053-MIPS-lantiq-enable-AHB-Bus-for-USB.patch (limited to 'target/linux/lantiq/patches-4.14/0053-MIPS-lantiq-enable-AHB-Bus-for-USB.patch') diff --git a/target/linux/lantiq/patches-4.14/0053-MIPS-lantiq-enable-AHB-Bus-for-USB.patch b/target/linux/lantiq/patches-4.14/0053-MIPS-lantiq-enable-AHB-Bus-for-USB.patch deleted file mode 100644 index 314ec3d8fd..0000000000 --- a/target/linux/lantiq/patches-4.14/0053-MIPS-lantiq-enable-AHB-Bus-for-USB.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 2f57c45efb9acb5eea2d8af211ab87b3ccfbf584 Mon Sep 17 00:00:00 2001 -From: Mathias Kresin -Date: Sat, 20 Jan 2018 14:38:40 +0100 -Subject: [PATCH] MIPS: lantiq: enable AHB Bus for USB - -On Danube and AR9 the USB core is connected to the AHB bus, hence we need -to enable the AHB Bus as well. - -Fixes: dea54fbad332 ("phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module") -Signed-off-by: Mathias Kresin ---- - arch/mips/lantiq/xway/sysctrl.c | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - ---- a/arch/mips/lantiq/xway/sysctrl.c -+++ b/arch/mips/lantiq/xway/sysctrl.c -@@ -570,9 +570,9 @@ void __init ltq_soc_init(void) - clkdev_add_static(ltq_ar9_cpu_hz(), ltq_ar9_fpi_hz(), - ltq_ar9_fpi_hz(), CLOCK_250M); - clkdev_add_pmu("1f203018.usb2-phy", "phy", 1, 0, PMU_USB0_P); -- clkdev_add_pmu("1e101000.usb", "otg", 1, 0, PMU_USB0); -+ clkdev_add_pmu("1e101000.usb", "otg", 1, 0, PMU_USB0 | PMU_AHBM); - clkdev_add_pmu("1f203034.usb2-phy", "phy", 1, 0, PMU_USB1_P); -- clkdev_add_pmu("1e106000.usb", "otg", 1, 0, PMU_USB1); -+ clkdev_add_pmu("1e106000.usb", "otg", 1, 0, PMU_USB1 | PMU_AHBM); - clkdev_add_pmu("1e180000.etop", "switch", 1, 0, PMU_SWITCH); - clkdev_add_pmu("1e103000.sdio", NULL, 1, 0, PMU_SDIO); - clkdev_add_pmu("1e103100.deu", NULL, 1, 0, PMU_DEU); -@@ -581,7 +581,7 @@ void __init ltq_soc_init(void) - } else { - clkdev_add_static(ltq_danube_cpu_hz(), ltq_danube_fpi_hz(), - ltq_danube_fpi_hz(), ltq_danube_pp32_hz()); -- clkdev_add_pmu("1e101000.usb", "otg", 1, 0, PMU_USB0); -+ clkdev_add_pmu("1e101000.usb", "otg", 1, 0, PMU_USB0 | PMU_AHBM); - clkdev_add_pmu("1f203018.usb2-phy", "phy", 1, 0, PMU_USB0_P); - clkdev_add_pmu("1e103000.sdio", NULL, 1, 0, PMU_SDIO); - clkdev_add_pmu("1e103100.deu", NULL, 1, 0, PMU_DEU); -- cgit v1.2.3