diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-02 16:01:58 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-03 23:26:45 +0200 |
commit | a74fd570a23f2226afcf63f92f22bcb9df37beee (patch) | |
tree | f0452055d7b540e7424a5c3f70ad2e44ffb6c641 /target/linux/lantiq/patches-4.14/0060-lantiq-ase-enable-MFD-SYSCON.patch | |
parent | 9aaa23ec8baa50b63d33466f3f353e43c473952a (diff) | |
download | upstream-a74fd570a23f2226afcf63f92f22bcb9df37beee.tar.gz upstream-a74fd570a23f2226afcf63f92f22bcb9df37beee.tar.bz2 upstream-a74fd570a23f2226afcf63f92f22bcb9df37beee.zip |
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 <hauke@hauke-m.de>
Tested-by: Stijn Segers <foss@volatilesystems.org>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/lantiq/patches-4.14/0060-lantiq-ase-enable-MFD-SYSCON.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.14/0060-lantiq-ase-enable-MFD-SYSCON.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/lantiq/patches-4.14/0060-lantiq-ase-enable-MFD-SYSCON.patch b/target/linux/lantiq/patches-4.14/0060-lantiq-ase-enable-MFD-SYSCON.patch deleted file mode 100644 index a74f551898..0000000000 --- a/target/linux/lantiq/patches-4.14/0060-lantiq-ase-enable-MFD-SYSCON.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 24af63c6cce57cf88eda7c863035208fba59ee1c Mon Sep 17 00:00:00 2001 -From: Mathias Kresin <dev@kresin.me> -Date: Tue, 23 Jan 2018 22:14:28 +0100 -Subject: [PATCH] MIPS: lantiq: ase: Enable MFD_SYSCON - -Enable syscon to use it for the RCU MFD on Amazon SE as well. - -Fixes: 2b6639d4c794 ("MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD") -Signed-off-by: Mathias Kresin <dev@kresin.me> ---- - arch/mips/lantiq/Kconfig | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/arch/mips/lantiq/Kconfig -+++ b/arch/mips/lantiq/Kconfig -@@ -13,6 +13,8 @@ choice - config SOC_AMAZON_SE - bool "Amazon SE" - select SOC_TYPE_XWAY -+ select MFD_SYSCON -+ select MFD_CORE - - config SOC_XWAY - bool "XWAY" |