]> www.infradead.org Git - users/willy/linux.git/commitdiff
phy: qcom-qmp-usb: Add sc8180x USB UNIPHY
authorBjorn Andersson <quic_bjorande@quicinc.com>
Sat, 25 May 2024 18:03:55 +0000 (11:03 -0700)
committerVinod Koul <vkoul@kernel.org>
Mon, 3 Jun 2024 13:57:46 +0000 (19:27 +0530)
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>
drivers/phy/qualcomm/phy-qcom-qmp-usb.c

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