phy: qcom-qmp-combo: rename sc8280xp config
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 14 Nov 2022 11:06:14 +0000 (12:06 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 24 Nov 2022 17:16:52 +0000 (22:46 +0530)
In preparation for merging the USB and DP configurations, drop the
"combo" infix from the SC8280XP combined configuration for consistency
with the other platforms.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20221114110621.4639-16-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-combo.c

index 50c011d..d3fd6bd 100644 (file)
@@ -1228,7 +1228,7 @@ static const struct qmp_phy_cfg sc8280xp_usb43dp_dp_cfg = {
        .calibrate_dp_phy       = qcom_qmp_v4_dp_phy_calibrate,
 };
 
-static const struct qmp_phy_combo_cfg sc8280xp_usb43dpphy_combo_cfg = {
+static const struct qmp_phy_combo_cfg sc8280xp_usb43dpphy_cfg = {
        .usb_cfg                = &sc8280xp_usb43dp_usb_cfg,
        .dp_cfg                 = &sc8280xp_usb43dp_dp_cfg,
 };
@@ -2857,7 +2857,7 @@ static const struct of_device_id qmp_combo_of_match_table[] = {
        },
        {
                .compatible = "qcom,sc8280xp-qmp-usb43dp-phy",
-               .data = &sc8280xp_usb43dpphy_combo_cfg,
+               .data = &sc8280xp_usb43dpphy_cfg,
        },
        {
                .compatible = "qcom,sdm845-qmp-usb3-dp-phy",