projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bbf82
)
phy: qcom-qmp: Add v6 DP register offsets
author
Abel Vesa
<abel.vesa@linaro.org>
Wed, 8 Feb 2023 18:34:20 +0000
(20:34 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 10 Feb 2023 17:02:43 +0000
(22:32 +0530)
The new SM8550 SoC bumps up the HW version of QMP phy to v6.
Add the new DP specific offsets in the generic qmp header file.
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Link:
https://lore.kernel.org/r/20230208183421.2874423-6-abel.vesa@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp.h
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/phy-qcom-qmp.h
b/drivers/phy/qualcomm/phy-qcom-qmp.h
index 148663ee713af7ba4d7dcd7258122a9f09cbbd51..7ee4b0e07d11b8e402e4f69f2ab4a32d675ffc71 100644
(file)
--- a/
drivers/phy/qualcomm/phy-qcom-qmp.h
+++ b/
drivers/phy/qualcomm/phy-qcom-qmp.h
@@
-134,4
+134,8
@@
#define QPHY_V4_PCS_MISC_TYPEC_STATUS 0x10
#define QPHY_V4_PCS_MISC_PLACEHOLDER_STATUS 0x14
+/* Only for QMP V6 PHY - DP PHY registers */
+#define QSERDES_V6_DP_PHY_AUX_INTERRUPT_STATUS 0x0e0
+#define QSERDES_V6_DP_PHY_STATUS 0x0e4
+
#endif