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

phy: qcom-qmp-combo: add qcom,sc7280-qmp-usb3-dp-phy compat entry

Add separate device entry for Combo USB+DP QMP PHY on sc7280 platform.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230711120916.4165894-5-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
486392f4 a542ae82

+4
+4
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
··· 3515 3515 .data = &sc7180_usb3dpphy_cfg, 3516 3516 }, 3517 3517 { 3518 + .compatible = "qcom,sc7280-qmp-usb3-dp-phy", 3519 + .data = &sm8250_usb3dpphy_cfg, 3520 + }, 3521 + { 3518 3522 .compatible = "qcom,sc8180x-qmp-usb3-dp-phy", 3519 3523 .data = &sc8180x_usb3dpphy_cfg, 3520 3524 },