phy: qcom: qmp-combo: fix sm8650 voltage swing table
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 26 Feb 2024 15:22:36 +0000 (16:22 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 5 Apr 2024 16:38:47 +0000 (22:08 +0530)
commitf320268fcebcbab02631d2070fa19ad4856a5a5e
tree3a57a60966b8e06fde45d8eec63b5252d0b0dbfd
parentef2bd6c969830c7e42c23bcaf9d533db77420512
phy: qcom: qmp-combo: fix sm8650 voltage swing table

The QMP USB3/DP PHY found in the SM8650 SoC requires a slightly
different Voltage Swing table for HBR/RBR link speeds.

Add a new hbr/rbr voltage switch table named "v6" used in a new
sm8650 qmp_phy_cfg struct replacing the sm8550 fallback used for
the sm8650 compatible.

Fixes: 80c1afe8c5fe ("phy: qcom: qmp-combo: add QMP USB3/DP PHY tables for SM8650")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240226-topic-sm8650-upstream-combo-phy-swing-update-v1-1-08707ebca92a@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-combo.c