diff options
author | Abel Vesa <abel.vesa@linaro.org> | 2023-01-18 00:41:44 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-02-02 18:33:19 +0530 |
commit | 2df32d96f2e306d2b7ea3a00fa8ee638a71ef3da (patch) | |
tree | 7a529b740a1044b630b110ae0a606ce5a772d79b /drivers/phy/qualcomm/phy-qcom-qmp.h | |
parent | fdb5a86287c178df3d1ea064b93264dda3a7f697 (diff) | |
download | lwn-2df32d96f2e306d2b7ea3a00fa8ee638a71ef3da.tar.gz lwn-2df32d96f2e306d2b7ea3a00fa8ee638a71ef3da.zip |
phy: qcom-qmp: qserdes-com: Add v6 register offsets
The new SM8550 SoC bumps up the HW version of QMP phy to v6 for USB,
UFS and PCIE g3x2. Add the new qserdes com offsets in a dedicated
header file.
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230117224148.1914627-3-abel.vesa@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/qualcomm/phy-qcom-qmp.h')
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.h b/drivers/phy/qualcomm/phy-qcom-qmp.h index fd99a5d02703..d1275d20a3a3 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.h +++ b/drivers/phy/qualcomm/phy-qcom-qmp.h @@ -21,6 +21,8 @@ #include "phy-qcom-qmp-qserdes-txrx-v5_20.h" #include "phy-qcom-qmp-qserdes-txrx-v5_5nm.h" +#include "phy-qcom-qmp-qserdes-com-v6.h" + #include "phy-qcom-qmp-qserdes-pll.h" #include "phy-qcom-qmp-pcs-v2.h" |