Message ID | 20250304-sm8750_usb_master-v2-9-a698a2e68e06@quicinc.com |
---|---|
State | New |
Headers | show |
Series | phy: qcom: Introduce USB support for SM8750 | expand |
On Tue, Mar 04, 2025 at 01:56:42PM -0800, Melody Olvera wrote: > Add configs for the M31 eUSB2 PHY for SM8750 USB. Please use git log on the defconfig to check what is usually required from the commit messages. The defconfig is not Qcom-specific so you can not expect somebody to know what is SM8750 or why does it require a PHY. > > Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 3a3706db29822036d25a7228f8936e2ad613b208..7a7187475a11206e708a5a2c6dd51736e16932e9 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -1587,6 +1587,7 @@ CONFIG_PHY_QCOM_QUSB2=m > CONFIG_PHY_QCOM_SNPS_EUSB2=m > CONFIG_PHY_QCOM_EUSB2_REPEATER=m > CONFIG_PHY_QCOM_M31_USB=m > +CONFIG_PHY_QCOM_M31_EUSB=m > CONFIG_PHY_QCOM_USB_HS=m > CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m > CONFIG_PHY_QCOM_USB_HS_28NM=m > > -- > 2.46.1 >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3a3706db29822036d25a7228f8936e2ad613b208..7a7187475a11206e708a5a2c6dd51736e16932e9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1587,6 +1587,7 @@ CONFIG_PHY_QCOM_QUSB2=m CONFIG_PHY_QCOM_SNPS_EUSB2=m CONFIG_PHY_QCOM_EUSB2_REPEATER=m CONFIG_PHY_QCOM_M31_USB=m +CONFIG_PHY_QCOM_M31_EUSB=m CONFIG_PHY_QCOM_USB_HS=m CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m CONFIG_PHY_QCOM_USB_HS_28NM=m
Add configs for the M31 eUSB2 PHY for SM8750 USB. Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)