Message ID | 20241017-topic-sm8x50-enable-pinconf-v1-1-a70ddf492e87@linaro.org |
---|---|
State | New |
Delegated to: | Caleb Connolly |
Headers | show |
Series | qcom_defconfig: enable PINCONF | expand |
On 17/10/2024 10:04, Neil Armstrong wrote: > The SM8550 and SM8650 SoCs requires PINCONF to properly > setup SDC pins in order to function correctly. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> > --- > configs/qcom_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig > index ea0dd3e58018c8bf08e4a455a47e29cf1bbd3c60..3ffc650c77191b224c7b2322fa4e1fbe1a1a97a5 100644 > --- a/configs/qcom_defconfig > +++ b/configs/qcom_defconfig > @@ -81,6 +81,7 @@ CONFIG_PHY_QCOM_QUSB2=y > CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y > CONFIG_PHY_QCOM_SNPS_EUSB2=y > CONFIG_PINCTRL=y > +CONFIG_PINCONF=y > CONFIG_PINCTRL_QCOM_APQ8016=y > CONFIG_PINCTRL_QCOM_APQ8096=y > CONFIG_PINCTRL_QCOM_QCM2290=y > > --- > base-commit: d5cab0d6adc26ec1bbd45c2fed101184d04454ae > change-id: 20241017-topic-sm8x50-enable-pinconf-58ae8e77cd36 > > Best regards,
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index ea0dd3e58018c8bf08e4a455a47e29cf1bbd3c60..3ffc650c77191b224c7b2322fa4e1fbe1a1a97a5 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -81,6 +81,7 @@ CONFIG_PHY_QCOM_QUSB2=y CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y CONFIG_PHY_QCOM_SNPS_EUSB2=y CONFIG_PINCTRL=y +CONFIG_PINCONF=y CONFIG_PINCTRL_QCOM_APQ8016=y CONFIG_PINCTRL_QCOM_APQ8096=y CONFIG_PINCTRL_QCOM_QCM2290=y
The SM8550 and SM8650 SoCs requires PINCONF to properly setup SDC pins in order to function correctly. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: d5cab0d6adc26ec1bbd45c2fed101184d04454ae change-id: 20241017-topic-sm8x50-enable-pinconf-58ae8e77cd36 Best regards,