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-combo: add QMP USB3/DP PHY tables for SM8650

Add QMP USB3/DP Combo PHY support for the SM8650 platform.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231030-topic-sm8650-upstream-phy-v2-7-a543a4c4b491@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Neil Armstrong and committed by
Vinod Koul
80c1afe8 c954b6d3

+4
+4
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
··· 3558 3558 .compatible = "qcom,sm8550-qmp-usb3-dp-phy", 3559 3559 .data = &sm8550_usb3dpphy_cfg, 3560 3560 }, 3561 + { 3562 + .compatible = "qcom,sm8650-qmp-usb3-dp-phy", 3563 + .data = &sm8550_usb3dpphy_cfg, 3564 + }, 3561 3565 { } 3562 3566 }; 3563 3567 MODULE_DEVICE_TABLE(of, qmp_combo_of_match_table);