From: David Heidelberg <[email protected]> SDM845 boards need this PHY to bring up their USB controller, and without it in the defconfig the driver is silently left out of the build, so the PHY never binds and USB gadget mode fails with:
dwc3-generic-peripheral usb@a600000: failed to enable ep0out Reviewed-by: Casey Connolly <[email protected]> Signed-off-by: David Heidelberg <[email protected]> --- configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index b0d0f51b1c0..880edcb504b 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -104,16 +104,17 @@ CONFIG_MMC_SDHCI_MSM=y CONFIG_DM_MDIO=y CONFIG_DM_ETH_PHY=y CONFIG_DWC_ETH_QOS=y CONFIG_DWC_ETH_QOS_QCOM=y CONFIG_RGMII=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ90X1=y CONFIG_PHY=y +CONFIG_PHY_QCOM_QMP_COMBO=y CONFIG_PHY_QCOM_QMP_UFS=y 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_GENERIC=y CONFIG_QCOM_RPMH_POWER_DOMAIN=y -- 2.55.0
