Message ID | 20230523165411.1136102-2-vladimir.zapolskiy@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: defconfig: build some essential Qualcomm platform drivers | expand |
On 23.05.2023 18:54, Vladimir Zapolskiy wrote: > Build Qualcomm MSM Power Manager driver, which is needed for QCM2290 > platform, otherwise the TLMM pin controller driver probe fails on boot. Nit: that is the case on our integration branch today, but will only be the case upstream soon:tm: Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > > Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 72136a45c634..40100b9dd6e0 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -1323,6 +1323,7 @@ CONFIG_PWM_TEGRA=m > CONFIG_PWM_VISCONTI=m > CONFIG_SL28CPLD_INTC=y > CONFIG_QCOM_PDC=y > +CONFIG_QCOM_MPM=y > CONFIG_RESET_IMX7=y > CONFIG_RESET_QCOM_AOSS=y > CONFIG_RESET_QCOM_PDC=m
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 72136a45c634..40100b9dd6e0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1323,6 +1323,7 @@ CONFIG_PWM_TEGRA=m CONFIG_PWM_VISCONTI=m CONFIG_SL28CPLD_INTC=y CONFIG_QCOM_PDC=y +CONFIG_QCOM_MPM=y CONFIG_RESET_IMX7=y CONFIG_RESET_QCOM_AOSS=y CONFIG_RESET_QCOM_PDC=m
Build Qualcomm MSM Power Manager driver, which is needed for QCM2290 platform, otherwise the TLMM pin controller driver probe fails on boot. Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)