]> www.infradead.org Git - nvme.git/commit
phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and sa8775p
authorAdrien Thierry <athierry@redhat.com>
Mon, 28 Aug 2023 15:23:51 +0000 (11:23 -0400)
committerVinod Koul <vkoul@kernel.org>
Thu, 21 Sep 2023 13:47:26 +0000 (15:47 +0200)
commitc599dc5cca4dd6a5c664e4a8837246e68a96cb4c
treea897eaae4fb204c3a53963154e03cb8d2a891358
parent2d3465a75c9f83684d17da6807423824bf260524
phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and sa8775p

For sc8280xp and sa8775p, PCS and PCS_USB initialization data is
described in the same table, thus the pcs_usb offset is not being
applied during initialization of PCS_USB registers. Fix this by adding
the appropriate pcs_usb_tbl tables.

Fixes: 8bd2d6e11c99 ("phy: qcom-qmp: Add SA8775P USB3 UNI phy")
Fixes: c0c7769cdae2 ("phy: qcom-qmp: Add SC8280XP USB3 UNI phy")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Adrien Thierry <athierry@redhat.com>
Link: https://lore.kernel.org/r/20230828152353.16529-3-athierry@redhat.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-usb.c