phy: qcom-qmp-usb: fix the regs layout table for sdx65 uniphy PHY
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 13 Jan 2023 21:21:38 +0000 (23:21 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 18 Jan 2023 17:24:49 +0000 (22:54 +0530)
commit0dcaef53eb9a1cbafd1ae54187b8fed152c3a41c
treec48c64e296edaf1d4b570ed63c13f26f2c4c52a8
parentc08436c1569e54f712013f3b2fbc3ef3f739a7b1
phy: qcom-qmp-usb: fix the regs layout table for sdx65 uniphy PHY

The sdx64 uniphy gen3x1 PHY references the qmp_v4_usb3phy_regs_layout
while the PHY itself uses v5 regs. While there are only minor
differences between v4 and v5 regs and none of them concerns registers
mentions in regs_layout, switch the PHY to use
qmp_v5_usb3phy_regs_layout, to remove possible confusion.

Fixes: 14d98d3bf70e ("phy: qcom-qmp-usb: fix regs layout arrays")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230113212138.421583-2-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-usb.c