diff options
author | Abel Vesa <abel.vesa@linaro.org> | 2023-12-07 14:19:16 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-12-21 22:37:39 +0530 |
commit | ee6fcc0f337d6790b46838bab76c36e8bdd5658e (patch) | |
tree | 47807553eb6d9b97f12a8fae7c96a1b2722910ec /drivers/phy/qualcomm/phy-qcom-qmp.h | |
parent | 762c3565f3c8105603089eeaa0501e5089922221 (diff) | |
download | lwn-ee6fcc0f337d6790b46838bab76c36e8bdd5658e.tar.gz lwn-ee6fcc0f337d6790b46838bab76c36e8bdd5658e.zip |
phy: qcom-qmp: qserdes-txrx: Add v7 register offsets
The X1E80100 platform bumps the HW version of QMP phy to v7 for USB and PCIE.
Add the new qserdes TX RX offsets in a dedicated header file.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20231122-phy-qualcomm-v6-v6-20-v7-new-offsets-v3-7-dfd1c375ef61@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.h b/drivers/phy/qualcomm/phy-qcom-qmp.h index 63b3cbfcb50f..6923496cbfee 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.h +++ b/drivers/phy/qualcomm/phy-qcom-qmp.h @@ -28,6 +28,7 @@ #include "phy-qcom-qmp-qserdes-ln-shrd-v6.h" #include "phy-qcom-qmp-qserdes-com-v7.h" +#include "phy-qcom-qmp-qserdes-txrx-v7.h" #include "phy-qcom-qmp-qserdes-pll.h" |