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

2019-03-12 Thread Eric Anholt
Stefan Wahren writes: >> Eric Anholt 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

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

2019-03-09 Thread Stefan Wahren
> Eric Anholt 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.") >

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

2019-03-08 Thread Eric Anholt
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 Reported-by: Stefan Wahren --- This fix is for the