diff options
author | Mathias Kresin <dev@kresin.me> | 2018-01-23 22:14:28 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-02-20 19:25:17 +0100 |
commit | cf53f2180c0c7a7d7fbfd78c7d9ae3555fe04281 (patch) | |
tree | 698a00a4c88c624cc3175e3140819f2e594d5ee4 /target/linux/lantiq/patches-4.14/0060-lantiq-ase-enable-MFD-SYSCON.patch | |
parent | f1d84023cb38d9159d3f5bcf290dd100ca724690 (diff) | |
download | upstream-cf53f2180c0c7a7d7fbfd78c7d9ae3555fe04281.tar.gz upstream-cf53f2180c0c7a7d7fbfd78c7d9ae3555fe04281.tar.bz2 upstream-cf53f2180c0c7a7d7fbfd78c7d9ae3555fe04281.zip |
lantiq: kernel 4.14: select MFD SYSCON for ase
Enable syscon to use it for the RCU MFD on Amazon SE as well.
Signed-off-by: Mathias Kresin <dev@kresin.me>
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, 24 insertions, 0 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 new file mode 100644 index 0000000000..a74f551898 --- /dev/null +++ b/target/linux/lantiq/patches-4.14/0060-lantiq-ase-enable-MFD-SYSCON.patch @@ -0,0 +1,24 @@ +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" |