Skip to content

Commit e046ddd

Browse files
Kriskura176767Komal-Bajaj
authored andcommitted
phy: qcom: qmp-usbc: Add qmp configuration for Shikra
Provide PHY configuration for the USB QMP PHY for Shikra Platform. Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
1 parent 0c5ec57 commit e046ddd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,6 +2019,9 @@ static const struct of_device_id qmp_usbc_of_match_table[] = {
20192019
}, {
20202020
.compatible = "qcom,sdm660-qmp-usb3-phy",
20212021
.data = &sdm660_usb3phy_cfg,
2022+
}, {
2023+
.compatible = "qcom,shikra-qmp-usb3-phy",
2024+
.data = &qcs615_usb3phy_cfg,
20222025
}, {
20232026
.compatible = "qcom,sm6115-qmp-usb3-phy",
20242027
.data = &qcm2290_usb3phy_cfg,

0 commit comments

Comments
 (0)