diff options
author | Rohit Agarwal <quic_rohiagar@quicinc.com> | 2023-03-17 12:08:34 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-03-31 19:24:24 +0530 |
commit | 92bd868f529a7771f15a141e8db6b6b62b32310a (patch) | |
tree | 950f93ed4adf4539fbc135b39705b0645feb146b /drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h | |
parent | 0d678713118352614b14aba0c1fb066b1ba39f53 (diff) | |
download | lwn-92bd868f529a7771f15a141e8db6b6b62b32310a.tar.gz lwn-92bd868f529a7771f15a141e8db6b6b62b32310a.zip |
phy: qcom-qmp: Add support for SDX65 QMP PCIe PHY
The PCIe PHY version used in SDX65 is v5.20 which has different register
offsets compared to the v5.0x and v4.0x PHYs. So separate register defines are
used for init sequence and PHY status.
Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
Link: https://lore.kernel.org/r/1679035114-19879-3-git-send-email-quic_rohiagar@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h')
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h b/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h index 9a5a20daf62c..f0754b6f9e3a 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h +++ b/drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h @@ -8,6 +8,7 @@ #define QPHY_V5_20_PCS_G3S2_PRE_GAIN 0x170 #define QPHY_V5_20_PCS_RX_SIGDET_LVL 0x188 +#define QPHY_V5_20_PCS_EQ_CONFIG2 0x1d8 #define QPHY_V5_20_PCS_EQ_CONFIG4 0x1e0 #define QPHY_V5_20_PCS_EQ_CONFIG5 0x1e4 |