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

phy: qcom-qmp: Add SC8180X USB phy

The Qualcomm SC8180X has two QMP phys used for SuperSpeed USB, which are
either the same or very similar to the same found in SM8150. Add a
compatible for this, reusing the existing SM8150 USB phy config.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210121014339.1612525-2-bjorn.andersson@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Bjorn Andersson and committed by
Vinod Koul
4d1a6404 a5a621ad

+3
+3
drivers/phy/qualcomm/phy-qcom-qmp.c
··· 4418 4418 .compatible = "qcom,sc8180x-qmp-ufs-phy", 4419 4419 .data = &sm8150_ufsphy_cfg, 4420 4420 }, { 4421 + .compatible = "qcom,sc8180x-qmp-usb3-phy", 4422 + .data = &sm8150_usb3phy_cfg, 4423 + }, { 4421 4424 .compatible = "qcom,sdm845-qhp-pcie-phy", 4422 4425 .data = &sdm845_qhp_pciephy_cfg, 4423 4426 }, {