Skip to content

Commit f1aaa78

Browse files
devi priyavinodkoul
authored andcommitted
phy: qcom-qmp: Add missing offsets for Qserdes PLL registers.
Add missing register offsets for Qserdes PLL. Reviewed-by: Abel Vesa <[email protected]> Signed-off-by: devi priya <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 29f09da commit f1aaa78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/phy/qualcomm/phy-qcom-qmp-qserdes-pll.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
/* QMP V2 PHY for PCIE gen3 ports - QSERDES PLL registers */
1010
#define QSERDES_PLL_BG_TIMER 0x00c
11+
#define QSERDES_PLL_SSC_EN_CENTER 0x010
12+
#define QSERDES_PLL_SSC_ADJ_PER1 0x014
13+
#define QSERDES_PLL_SSC_ADJ_PER2 0x018
1114
#define QSERDES_PLL_SSC_PER1 0x01c
1215
#define QSERDES_PLL_SSC_PER2 0x020
1316
#define QSERDES_PLL_SSC_STEP_SIZE1_MODE0 0x024

0 commit comments

Comments
 (0)