Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: qcom: qmp-usbc: Add qmp configuration for QCS615

Provide PHY configuration for the USB QMP PHY for QCS615 Platform.

Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Unreviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20250310110359.210990-1-krishna.kurapati@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Krishna Kurapati and committed by
Vinod Koul
e45cc62c aecb63e8

+3
+3
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
··· 1125 1125 .compatible = "qcom,qcm2290-qmp-usb3-phy", 1126 1126 .data = &qcm2290_usb3phy_cfg, 1127 1127 }, { 1128 + .compatible = "qcom,qcs615-qmp-usb3-phy", 1129 + .data = &qcm2290_usb3phy_cfg, 1130 + }, { 1128 1131 .compatible = "qcom,sdm660-qmp-usb3-phy", 1129 1132 .data = &sdm660_usb3phy_cfg, 1130 1133 }, {