diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2022-11-10 22:22:37 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-01-12 22:48:41 +0530 |
commit | d94b1d076d4134b33ce64de4d3342e6227faac61 (patch) | |
tree | 6447410e29c31e8ba3dfa61ce0503d27d4af716f | |
parent | a85dcc98cbe6a7ba3ba88e0003541464e125036b (diff) |
phy: qcom-qmp: remove duplicate v5_5nm register definitions
Remove duplicate defines from phy-qcom-qmp-qserdes-txrx-v5_5nm.h
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20221110192248.873973-3-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_5nm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_5nm.h b/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_5nm.h index a1c088bd5158..a4a4e251348d 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_5nm.h +++ b/drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_5nm.h @@ -7,11 +7,6 @@ #define QCOM_PHY_QMP_QSERDES_TXRX_V5_5NM_H_ /* Only for QMP V5 5NM PHY - TX registers */ -#define QSERDES_V5_5NM_TX_RES_CODE_LANE_OFFSET_TX 0x30 -#define QSERDES_V5_5NM_TX_RES_CODE_LANE_OFFSET_RX 0x34 -#define QSERDES_V5_5NM_TX_LANE_MODE_1 0x78 -#define QSERDES_V5_5NM_TX_LANE_MODE_2 0x7c -#define QSERDES_V5_5NM_TX_LANE_MODE_3 0x80 #define QSERDES_V5_5NM_TX_BIST_MODE_LANENO 0x00 #define QSERDES_V5_5NM_TX_BIST_INVERT 0x04 #define QSERDES_V5_5NM_TX_CLKBUF_ENABLE 0x08 |