1

phy: qcom-qmp-usb: Add sc8180x USB UNIPHY

The SC8180X platform has two UNIPHY blocks, add support for these in the
QMP driver.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240525-sc8180x-usb-mp-v1-2-60a904392438@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Bjorn Andersson 2024-05-25 11:03:55 -07:00 committed by Vinod Koul
parent 4dc7e51a9e
commit b279a83519

View File

@ -2252,6 +2252,9 @@ static const struct of_device_id qmp_usb_of_match_table[] = {
}, { }, {
.compatible = "qcom,sa8775p-qmp-usb3-uni-phy", .compatible = "qcom,sa8775p-qmp-usb3-uni-phy",
.data = &sa8775p_usb3_uniphy_cfg, .data = &sa8775p_usb3_uniphy_cfg,
}, {
.compatible = "qcom,sc8180x-qmp-usb3-uni-phy",
.data = &sm8150_usb3_uniphy_cfg,
}, { }, {
.compatible = "qcom,sc8280xp-qmp-usb3-uni-phy", .compatible = "qcom,sc8280xp-qmp-usb3-uni-phy",
.data = &sc8280xp_usb3_uniphy_cfg, .data = &sc8280xp_usb3_uniphy_cfg,