ath79: add support for COMFAST CF-E130N v2
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-4.19 / 950-0611-arm64-bcm2835-Add-missing-dependency-on-MFD_CORE.patch
1 From 39964e4a3a2ea18b48be5c31d7980895f0bdd99c Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Fri, 8 Mar 2019 13:02:16 -0800
4 Subject: [PATCH] arm64: bcm2835: Add missing dependency on MFD_CORE.
5
6 commit 7a9b6be9fe58194d9a349159176e8cc0d8f10ef8 upstream.
7
8 When adding the MFD dependency for power domains and WDT in bcm2835, I
9 added it only on the arm32 side and missed it for arm64.
10
11 Fixes: 5e6acc3e678e ("bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.")
12 Signed-off-by: Eric Anholt <eric@anholt.net>
13 Reported-by: Stefan Wahren <stefan.wahren@i2se.com>
14 Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
15 ---
16 arch/arm64/Kconfig.platforms | 1 +
17 1 file changed, 1 insertion(+)
18
19 --- a/arch/arm64/Kconfig.platforms
20 +++ b/arch/arm64/Kconfig.platforms
21 @@ -20,6 +20,7 @@ config ARCH_BCM2835
22 bool "Broadcom BCM2835 family"
23 select TIMER_OF
24 select GPIOLIB
25 + select MFD_CORE
26 select PINCTRL
27 select PINCTRL_BCM2835
28 select ARM_AMBA