phy: qcom-qmp-combo: rename DP_PHY register pointer
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 21 Nov 2022 08:50:55 +0000 (09:50 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 24 Nov 2022 17:21:51 +0000 (22:51 +0530)
commit133836a7edf4e5783ab0caa669cdb94ab02b9b62
treeffc11a73785695473cb855b5691b3f4e82312f84
parent9e5b59ea6c216d9b36e3250c2efa081ab4ea2ff5
phy: qcom-qmp-combo: rename DP_PHY register pointer

The DP_PHY registers have erroneously been referred to as "PCS"
registers since DisplayPort support was added to the QMP drivers
(including in the devicetree binding).

Rename the corresponding pointer to match the register names.

Note that the repeated "dp" in the field name is intentional and this DP
register block is called "DP_PHY" (not just "PHY").

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