On Fri, Feb 17, 2023 at 10:42 AM Petr Vorel <pvorel@xxxxxxx> wrote: > > Switch to module, because there is a support for probe defer on the > power-domains. This should be working since 2b28a1a84a0e ("driver core: > Extend deferred probe timeout on driver registration") Oh hey! Good to know my patches are actually useful to someone :) -Saravana > > Suggested-by: Bjorn Andersson <andersson@xxxxxxxxxx> > Signed-off-by: Petr Vorel <pvorel@xxxxxxx> > --- > arch/arm64/configs/defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 03762b376bb2..3a3d4a0c2c50 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -1107,7 +1107,7 @@ CONFIG_IPQ_GCC_6018=y > CONFIG_IPQ_GCC_8074=y > CONFIG_MSM_GCC_8916=y > CONFIG_MSM_GCC_8994=y > -CONFIG_MSM_MMCC_8996=y > +CONFIG_MSM_MMCC_8996=m > CONFIG_MSM_GCC_8998=y > CONFIG_QCS_GCC_404=y > CONFIG_SA_GCC_8775P=y > -- > 2.39.1 >