2019-03-08 21:08:35

by Eric Anholt

[permalink] [raw]
Subject: [PATCH] arm64: bcm2835: Add missing dependency on MFD_CORE.

When adding the MFD dependency for power domains and WDT in bcm2835, I
added it only on the arm32 side and missed it for arm64.

Fixes: 5e6acc3e678e ("bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.")
Signed-off-by: Eric Anholt <[email protected]>
Reported-by: Stefan Wahren <[email protected]>
---

This fix is for the bcm2835-drivers-next branch that has been pulled
to Florian's drivers-next branch.

arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 251ecf34cb02..50f9fb562059 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -27,6 +27,7 @@ config ARCH_BCM2835
bool "Broadcom BCM2835 family"
select TIMER_OF
select GPIOLIB
+ select MFD_CORE
select PINCTRL
select PINCTRL_BCM2835
select ARM_AMBA
--
2.20.1



2019-03-09 10:49:31

by Stefan Wahren

[permalink] [raw]
Subject: Re: [PATCH] arm64: bcm2835: Add missing dependency on MFD_CORE.


> Eric Anholt <[email protected]> hat am 8. März 2019 um 22:07 geschrieben:
>
>
> When adding the MFD dependency for power domains and WDT in bcm2835, I
> added it only on the arm32 side and missed it for arm64.
>
> Fixes: 5e6acc3e678e ("bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.")
> Signed-off-by: Eric Anholt <[email protected]>
> Reported-by: Stefan Wahren <[email protected]>

Acked-by: Stefan Wahren <[email protected]>

2019-03-12 20:08:56

by Eric Anholt

[permalink] [raw]
Subject: Re: [PATCH] arm64: bcm2835: Add missing dependency on MFD_CORE.

Stefan Wahren <[email protected]> writes:

>> Eric Anholt <[email protected]> hat am 8. März 2019 um 22:07 geschrieben:
>>
>>
>> When adding the MFD dependency for power domains and WDT in bcm2835, I
>> added it only on the arm32 side and missed it for arm64.
>>
>> Fixes: 5e6acc3e678e ("bcm2835-pm: Move bcm2835-watchdog's DT probe to an MFD.")
>> Signed-off-by: Eric Anholt <[email protected]>
>> Reported-by: Stefan Wahren <[email protected]>
>
> Acked-by: Stefan Wahren <[email protected]>

Merged to bcm2835-driver-next and sent an updated PR.


Attachments:
signature.asc (847.00 B)