Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: qcom-qmp-usb: Add Qualcomm SM6115 / SM4250 USB3 PHY support

Enable SM6115 / SM4250 USB3 PHY support by adding the
qmp_phy_cfg data. Since this PHY is the same as the
one used on QCM2290, reuse the QCM2290 qmp_phy_cfg data
already available.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link: https://lore.kernel.org/r/20221213122843.454845-4-bhupesh.sharma@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Bhupesh Sharma and committed by
Vinod Koul
724dbe3c a9c5f22f

+3
+3
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
··· 2619 2619 .compatible = "qcom,sdx65-qmp-usb3-uni-phy", 2620 2620 .data = &sdx65_usb3_uniphy_cfg, 2621 2621 }, { 2622 + .compatible = "qcom,sm6115-qmp-usb3-phy", 2623 + .data = &qcm2290_usb3phy_cfg, 2624 + }, { 2622 2625 .compatible = "qcom,sm8150-qmp-usb3-phy", 2623 2626 .data = &sm8150_usb3phy_cfg, 2624 2627 }, {