Skip to content

Commit e45cc62

Browse files
Krishna Kurapativinodkoul
authored andcommitted
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 <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Unreviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent aecb63e commit e45cc62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/phy/qualcomm/phy-qcom-qmp-usbc.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,9 @@ static const struct of_device_id qmp_usbc_of_match_table[] = {
11241124
}, {
11251125
.compatible = "qcom,qcm2290-qmp-usb3-phy",
11261126
.data = &qcm2290_usb3phy_cfg,
1127+
}, {
1128+
.compatible = "qcom,qcs615-qmp-usb3-phy",
1129+
.data = &qcm2290_usb3phy_cfg,
11271130
}, {
11281131
.compatible = "qcom,sdm660-qmp-usb3-phy",
11291132
.data = &sdm660_usb3phy_cfg,

0 commit comments

Comments
 (0)