Skip to content

Commit b279a83

Browse files
quic-bjorandevinodkoul
authored andcommitted
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>
1 parent 4dc7e51 commit b279a83

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,6 +2252,9 @@ static const struct of_device_id qmp_usb_of_match_table[] = {
22522252
}, {
22532253
.compatible = "qcom,sa8775p-qmp-usb3-uni-phy",
22542254
.data = &sa8775p_usb3_uniphy_cfg,
2255+
}, {
2256+
.compatible = "qcom,sc8180x-qmp-usb3-uni-phy",
2257+
.data = &sm8150_usb3_uniphy_cfg,
22552258
}, {
22562259
.compatible = "qcom,sc8280xp-qmp-usb3-uni-phy",
22572260
.data = &sc8280xp_usb3_uniphy_cfg,

0 commit comments

Comments
 (0)