0a73125d30
The Broadcom STB reboot driver depends on MFD_SYSCON, it uses
syscon_regmap_lookup_by_phandle() which will not lookup syscon phandles
if MFD_SYSCON is disabled, and instead will return -ENOSYS since it is
turned into an inline stub.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
arm-versatile-reboot.c | ||
as3722-poweroff.c | ||
at91-poweroff.c | ||
at91-reset.c | ||
axxia-reset.c | ||
brcmstb-reboot.c | ||
gpio-poweroff.c | ||
gpio-restart.c | ||
hisi-reboot.c | ||
imx-snvs-poweroff.c | ||
keystone-reset.c | ||
ltc2952-poweroff.c | ||
msm-poweroff.c | ||
qnap-poweroff.c | ||
restart-poweroff.c | ||
rmobile-reset.c | ||
st-poweroff.c | ||
syscon-poweroff.c | ||
syscon-reboot.c | ||
vexpress-poweroff.c | ||
xgene-reboot.c |