phy: qcom-qmp-combo: fix sc8280xp PCS_USB offset
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 19 Sep 2022 09:57:00 +0000 (11:57 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 20 Sep 2022 06:14:10 +0000 (11:44 +0530)
commitf5d6b5d613e9135e78cd91632a6ed4d04c4e5e49
treeb2f2373dc08bb5f6d4faeb4c3baffc007c17dd97
parentb8ecfbaf2e7268d4f934678d00a3849eda0cf7c9
phy: qcom-qmp-combo: fix sc8280xp PCS_USB offset

The PCS_USB register block lives at an offset of 0x300 from the PCS
region on SC8280XP so add the missing offset to avoid corrupting
unrelated registers on runtime suspend.

Note that this region should probably be described separately in the
binding.

Fixes: a2e927b0e50d ("phy: qcom-qmp-combo: Add sc8280xp USB/DP combo phys")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220919095700.2228-1-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-combo.c