]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP
authorKrishna Kurapati <quic_kriskura@quicinc.com>
Tue, 12 Nov 2024 09:28:31 +0000 (14:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Jan 2025 09:34:12 +0000 (10:34 +0100)
commitd84bd63d4391ad1689b4c59816f09110d9373406
tree670886b91c649aa3ee8a583344dfb1864e94cea7
parent464b493ac4d83cd126f6bf826a9d7add5852973f
phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP

commit 8886fb3240931a0afce82dea87edfe46bcb0a586 upstream.

In RX Lane configuration sequence of SC8280XP, the register
V5_RX_UCDR_FO_GAIN is incorrectly spelled as RX_UCDR_SO_GAIN and
hence the programming sequence is wrong. Fix the register sequence
accordingly to avoid any compliance failures. This has been tested
on SA8775P by checking device mode enumeration in SuperSpeed.

Cc: stable@vger.kernel.org
Fixes: c0c7769cdae2 ("phy: qcom-qmp: Add SC8280XP USB3 UNI phy")
Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20241112092831.4110942-1-quic_kriskura@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/phy/qualcomm/phy-qcom-qmp-usb.c