1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
7 #include <linux/clk-provider.h>
8 #include <linux/delay.h>
11 #include <linux/iopoll.h>
12 #include <linux/kernel.h>
13 #include <linux/module.h>
15 #include <linux/of_device.h>
16 #include <linux/of_address.h>
17 #include <linux/phy/phy.h>
18 #include <linux/platform_device.h>
19 #include <linux/regulator/consumer.h>
20 #include <linux/reset.h>
21 #include <linux/slab.h>
23 #include "phy-qcom-qmp.h"
25 /* QPHY_SW_RESET bit */
26 #define SW_RESET BIT(0)
27 /* QPHY_POWER_DOWN_CONTROL */
28 #define SW_PWRDN BIT(0)
29 #define REFCLK_DRV_DSBL BIT(1)
30 /* QPHY_START_CONTROL bits */
31 #define SERDES_START BIT(0)
32 #define PCS_START BIT(1)
33 #define PLL_READY_GATE_EN BIT(3)
34 /* QPHY_PCS_STATUS bit */
35 #define PHYSTATUS BIT(6)
36 /* QPHY_COM_PCS_READY_STATUS bit */
37 #define PCS_READY BIT(0)
39 #define PHY_INIT_COMPLETE_TIMEOUT 10000
40 #define POWER_DOWN_DELAY_US_MIN 10
41 #define POWER_DOWN_DELAY_US_MAX 20
43 struct qmp_phy_init_tbl {
47 * mask of lanes for which this register is written
48 * for cases when second lane needs different values
53 #define QMP_PHY_INIT_CFG(o, v) \
60 #define QMP_PHY_INIT_CFG_LANE(o, v, l) \
67 /* set of registers with offsets different per-PHY */
68 enum qphy_reg_layout {
69 /* Common block control registers */
71 QPHY_COM_POWER_DOWN_CONTROL,
72 QPHY_COM_START_CONTROL,
73 QPHY_COM_PCS_READY_STATUS,
78 /* Keep last to ensure regs_layout arrays are properly initialized */
82 static const unsigned int pciephy_regs_layout[QPHY_LAYOUT_SIZE] = {
83 [QPHY_COM_SW_RESET] = 0x400,
84 [QPHY_COM_POWER_DOWN_CONTROL] = 0x404,
85 [QPHY_COM_START_CONTROL] = 0x408,
86 [QPHY_COM_PCS_READY_STATUS] = 0x448,
87 [QPHY_SW_RESET] = QPHY_V2_PCS_SW_RESET,
88 [QPHY_START_CTRL] = QPHY_V2_PCS_START_CONTROL,
89 [QPHY_PCS_STATUS] = QPHY_V2_PCS_PCI_PCS_STATUS,
92 static const struct qmp_phy_init_tbl msm8996_pcie_serdes_tbl[] = {
93 QMP_PHY_INIT_CFG(QSERDES_COM_BIAS_EN_CLKBUFLR_EN, 0x1c),
94 QMP_PHY_INIT_CFG(QSERDES_COM_CLK_ENABLE1, 0x10),
95 QMP_PHY_INIT_CFG(QSERDES_COM_CLK_SELECT, 0x33),
96 QMP_PHY_INIT_CFG(QSERDES_COM_CMN_CONFIG, 0x06),
97 QMP_PHY_INIT_CFG(QSERDES_COM_LOCK_CMP_EN, 0x42),
98 QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_MAP, 0x00),
99 QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_TIMER1, 0xff),
100 QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_TIMER2, 0x1f),
101 QMP_PHY_INIT_CFG(QSERDES_COM_HSCLK_SEL, 0x01),
102 QMP_PHY_INIT_CFG(QSERDES_COM_SVS_MODE_CLK_SEL, 0x01),
103 QMP_PHY_INIT_CFG(QSERDES_COM_CORE_CLK_EN, 0x00),
104 QMP_PHY_INIT_CFG(QSERDES_COM_CORECLK_DIV, 0x0a),
105 QMP_PHY_INIT_CFG(QSERDES_COM_BG_TIMER, 0x09),
106 QMP_PHY_INIT_CFG(QSERDES_COM_DEC_START_MODE0, 0x82),
107 QMP_PHY_INIT_CFG(QSERDES_COM_DIV_FRAC_START3_MODE0, 0x03),
108 QMP_PHY_INIT_CFG(QSERDES_COM_DIV_FRAC_START2_MODE0, 0x55),
109 QMP_PHY_INIT_CFG(QSERDES_COM_DIV_FRAC_START1_MODE0, 0x55),
110 QMP_PHY_INIT_CFG(QSERDES_COM_LOCK_CMP3_MODE0, 0x00),
111 QMP_PHY_INIT_CFG(QSERDES_COM_LOCK_CMP2_MODE0, 0x1a),
112 QMP_PHY_INIT_CFG(QSERDES_COM_LOCK_CMP1_MODE0, 0x0a),
113 QMP_PHY_INIT_CFG(QSERDES_COM_CLK_SELECT, 0x33),
114 QMP_PHY_INIT_CFG(QSERDES_COM_SYS_CLK_CTRL, 0x02),
115 QMP_PHY_INIT_CFG(QSERDES_COM_SYSCLK_BUF_ENABLE, 0x1f),
116 QMP_PHY_INIT_CFG(QSERDES_COM_SYSCLK_EN_SEL, 0x04),
117 QMP_PHY_INIT_CFG(QSERDES_COM_CP_CTRL_MODE0, 0x0b),
118 QMP_PHY_INIT_CFG(QSERDES_COM_PLL_RCTRL_MODE0, 0x16),
119 QMP_PHY_INIT_CFG(QSERDES_COM_PLL_CCTRL_MODE0, 0x28),
120 QMP_PHY_INIT_CFG(QSERDES_COM_INTEGLOOP_GAIN1_MODE0, 0x00),
121 QMP_PHY_INIT_CFG(QSERDES_COM_INTEGLOOP_GAIN0_MODE0, 0x80),
122 QMP_PHY_INIT_CFG(QSERDES_COM_SSC_EN_CENTER, 0x01),
123 QMP_PHY_INIT_CFG(QSERDES_COM_SSC_PER1, 0x31),
124 QMP_PHY_INIT_CFG(QSERDES_COM_SSC_PER2, 0x01),
125 QMP_PHY_INIT_CFG(QSERDES_COM_SSC_ADJ_PER1, 0x02),
126 QMP_PHY_INIT_CFG(QSERDES_COM_SSC_ADJ_PER2, 0x00),
127 QMP_PHY_INIT_CFG(QSERDES_COM_SSC_STEP_SIZE1, 0x2f),
128 QMP_PHY_INIT_CFG(QSERDES_COM_SSC_STEP_SIZE2, 0x19),
129 QMP_PHY_INIT_CFG(QSERDES_COM_RESCODE_DIV_NUM, 0x15),
130 QMP_PHY_INIT_CFG(QSERDES_COM_BG_TRIM, 0x0f),
131 QMP_PHY_INIT_CFG(QSERDES_COM_PLL_IVCO, 0x0f),
132 QMP_PHY_INIT_CFG(QSERDES_COM_CLK_EP_DIV, 0x19),
133 QMP_PHY_INIT_CFG(QSERDES_COM_CLK_ENABLE1, 0x10),
134 QMP_PHY_INIT_CFG(QSERDES_COM_HSCLK_SEL, 0x00),
135 QMP_PHY_INIT_CFG(QSERDES_COM_RESCODE_DIV_NUM, 0x40),
138 static const struct qmp_phy_init_tbl msm8996_pcie_tx_tbl[] = {
139 QMP_PHY_INIT_CFG(QSERDES_TX_HIGHZ_TRANSCEIVEREN_BIAS_DRVR_EN, 0x45),
140 QMP_PHY_INIT_CFG(QSERDES_TX_LANE_MODE, 0x06),
143 static const struct qmp_phy_init_tbl msm8996_pcie_rx_tbl[] = {
144 QMP_PHY_INIT_CFG(QSERDES_RX_SIGDET_ENABLES, 0x1c),
145 QMP_PHY_INIT_CFG(QSERDES_RX_RX_EQU_ADAPTOR_CNTRL2, 0x01),
146 QMP_PHY_INIT_CFG(QSERDES_RX_RX_EQU_ADAPTOR_CNTRL3, 0x00),
147 QMP_PHY_INIT_CFG(QSERDES_RX_RX_EQU_ADAPTOR_CNTRL4, 0xdb),
148 QMP_PHY_INIT_CFG(QSERDES_RX_RX_BAND, 0x18),
149 QMP_PHY_INIT_CFG(QSERDES_RX_UCDR_SO_GAIN, 0x04),
150 QMP_PHY_INIT_CFG(QSERDES_RX_UCDR_SO_GAIN_HALF, 0x04),
151 QMP_PHY_INIT_CFG(QSERDES_RX_UCDR_SO_SATURATION_AND_ENABLE, 0x4b),
152 QMP_PHY_INIT_CFG(QSERDES_RX_SIGDET_DEGLITCH_CNTRL, 0x14),
153 QMP_PHY_INIT_CFG(QSERDES_RX_SIGDET_LVL, 0x19),
156 static const struct qmp_phy_init_tbl msm8996_pcie_pcs_tbl[] = {
157 QMP_PHY_INIT_CFG(QPHY_V2_PCS_RX_IDLE_DTCT_CNTRL, 0x4c),
158 QMP_PHY_INIT_CFG(QPHY_V2_PCS_PWRUP_RESET_DLY_TIME_AUXCLK, 0x00),
159 QMP_PHY_INIT_CFG(QPHY_V2_PCS_LP_WAKEUP_DLY_TIME_AUXCLK, 0x01),
161 QMP_PHY_INIT_CFG(QPHY_V2_PCS_PLL_LOCK_CHK_DLY_TIME, 0x05),
163 QMP_PHY_INIT_CFG(QPHY_V2_PCS_ENDPOINT_REFCLK_DRIVE, 0x05),
164 QMP_PHY_INIT_CFG(QPHY_V2_PCS_POWER_DOWN_CONTROL, 0x02),
165 QMP_PHY_INIT_CFG(QPHY_V2_PCS_POWER_STATE_CONFIG4, 0x00),
166 QMP_PHY_INIT_CFG(QPHY_V2_PCS_POWER_STATE_CONFIG1, 0xa3),
167 QMP_PHY_INIT_CFG(QPHY_V2_PCS_TXDEEMPH_M3P5DB_V0, 0x0e),
170 /* struct qmp_phy_cfg - per-PHY initialization config */
172 /* number of PHYs provided by this block */
175 /* Init sequence for PHY blocks - serdes, tx, rx, pcs */
176 const struct qmp_phy_init_tbl *serdes_tbl;
178 const struct qmp_phy_init_tbl *tx_tbl;
180 const struct qmp_phy_init_tbl *rx_tbl;
182 const struct qmp_phy_init_tbl *pcs_tbl;
185 /* clock ids to be requested */
186 const char * const *clk_list;
188 /* resets to be requested */
189 const char * const *reset_list;
191 /* regulators to be requested */
192 const char * const *vreg_list;
195 /* array of registers with different offsets */
196 const unsigned int *regs;
200 * struct qmp_phy - per-lane phy descriptor
203 * @cfg: phy specific configuration
204 * @serdes: iomapped memory space for phy's serdes (i.e. PLL)
205 * @tx: iomapped memory space for lane's tx
206 * @rx: iomapped memory space for lane's rx
207 * @pcs: iomapped memory space for lane's pcs
208 * @pipe_clk: pipe clock
210 * @qmp: QMP phy to which this lane belongs
211 * @lane_rst: lane's reset controller
215 const struct qmp_phy_cfg *cfg;
216 void __iomem *serdes;
220 struct clk *pipe_clk;
222 struct qcom_qmp *qmp;
223 struct reset_control *lane_rst;
227 * struct qcom_qmp - structure holding QMP phy block attributes
231 * @clks: array of clocks required by phy
232 * @resets: array of resets required by phy
233 * @vregs: regulator supplies bulk data
235 * @phys: array of per-lane phy descriptors
236 * @phy_mutex: mutex lock for PHY common block initialization
237 * @init_count: phy common block initialization count
242 struct clk_bulk_data *clks;
243 struct reset_control_bulk_data *resets;
244 struct regulator_bulk_data *vregs;
246 struct qmp_phy **phys;
248 struct mutex phy_mutex;
252 static inline void qphy_setbits(void __iomem *base, u32 offset, u32 val)
256 reg = readl(base + offset);
258 writel(reg, base + offset);
260 /* ensure that above write is through */
261 readl(base + offset);
264 static inline void qphy_clrbits(void __iomem *base, u32 offset, u32 val)
268 reg = readl(base + offset);
270 writel(reg, base + offset);
272 /* ensure that above write is through */
273 readl(base + offset);
276 /* list of clocks required by phy */
277 static const char * const msm8996_phy_clk_l[] = {
278 "aux", "cfg_ahb", "ref",
282 static const char * const msm8996_pciephy_reset_l[] = {
283 "phy", "common", "cfg",
286 /* list of regulators */
287 static const char * const qmp_phy_vreg_l[] = {
288 "vdda-phy", "vdda-pll",
291 static const struct qmp_phy_cfg msm8996_pciephy_cfg = {
294 .serdes_tbl = msm8996_pcie_serdes_tbl,
295 .serdes_tbl_num = ARRAY_SIZE(msm8996_pcie_serdes_tbl),
296 .tx_tbl = msm8996_pcie_tx_tbl,
297 .tx_tbl_num = ARRAY_SIZE(msm8996_pcie_tx_tbl),
298 .rx_tbl = msm8996_pcie_rx_tbl,
299 .rx_tbl_num = ARRAY_SIZE(msm8996_pcie_rx_tbl),
300 .pcs_tbl = msm8996_pcie_pcs_tbl,
301 .pcs_tbl_num = ARRAY_SIZE(msm8996_pcie_pcs_tbl),
302 .clk_list = msm8996_phy_clk_l,
303 .num_clks = ARRAY_SIZE(msm8996_phy_clk_l),
304 .reset_list = msm8996_pciephy_reset_l,
305 .num_resets = ARRAY_SIZE(msm8996_pciephy_reset_l),
306 .vreg_list = qmp_phy_vreg_l,
307 .num_vregs = ARRAY_SIZE(qmp_phy_vreg_l),
308 .regs = pciephy_regs_layout,
311 static void qmp_pcie_msm8996_configure_lane(void __iomem *base,
312 const struct qmp_phy_init_tbl tbl[],
317 const struct qmp_phy_init_tbl *t = tbl;
322 for (i = 0; i < num; i++, t++) {
323 if (!(t->lane_mask & lane_mask))
326 writel(t->val, base + t->offset);
330 static void qmp_pcie_msm8996_configure(void __iomem *base,
331 const struct qmp_phy_init_tbl tbl[],
334 qmp_pcie_msm8996_configure_lane(base, tbl, num, 0xff);
337 static int qmp_pcie_msm8996_serdes_init(struct qmp_phy *qphy)
339 struct qcom_qmp *qmp = qphy->qmp;
340 const struct qmp_phy_cfg *cfg = qphy->cfg;
341 void __iomem *serdes = qphy->serdes;
342 const struct qmp_phy_init_tbl *serdes_tbl = cfg->serdes_tbl;
343 int serdes_tbl_num = cfg->serdes_tbl_num;
344 void __iomem *status;
348 qmp_pcie_msm8996_configure(serdes, serdes_tbl, serdes_tbl_num);
350 qphy_clrbits(serdes, cfg->regs[QPHY_COM_SW_RESET], SW_RESET);
351 qphy_setbits(serdes, cfg->regs[QPHY_COM_START_CONTROL],
352 SERDES_START | PCS_START);
354 status = serdes + cfg->regs[QPHY_COM_PCS_READY_STATUS];
355 ret = readl_poll_timeout(status, val, (val & PCS_READY), 200,
356 PHY_INIT_COMPLETE_TIMEOUT);
359 "phy common block init timed-out\n");
366 static int qmp_pcie_msm8996_com_init(struct qmp_phy *qphy)
368 struct qcom_qmp *qmp = qphy->qmp;
369 const struct qmp_phy_cfg *cfg = qphy->cfg;
370 void __iomem *serdes = qphy->serdes;
373 mutex_lock(&qmp->phy_mutex);
374 if (qmp->init_count++) {
375 mutex_unlock(&qmp->phy_mutex);
379 ret = regulator_bulk_enable(cfg->num_vregs, qmp->vregs);
381 dev_err(qmp->dev, "failed to enable regulators, err=%d\n", ret);
385 ret = reset_control_bulk_assert(cfg->num_resets, qmp->resets);
387 dev_err(qmp->dev, "reset assert failed\n");
388 goto err_disable_regulators;
391 ret = reset_control_bulk_deassert(cfg->num_resets, qmp->resets);
393 dev_err(qmp->dev, "reset deassert failed\n");
394 goto err_disable_regulators;
397 ret = clk_bulk_prepare_enable(cfg->num_clks, qmp->clks);
399 goto err_assert_reset;
401 qphy_setbits(serdes, cfg->regs[QPHY_COM_POWER_DOWN_CONTROL],
404 mutex_unlock(&qmp->phy_mutex);
409 reset_control_bulk_assert(cfg->num_resets, qmp->resets);
410 err_disable_regulators:
411 regulator_bulk_disable(cfg->num_vregs, qmp->vregs);
413 mutex_unlock(&qmp->phy_mutex);
418 static int qmp_pcie_msm8996_com_exit(struct qmp_phy *qphy)
420 struct qcom_qmp *qmp = qphy->qmp;
421 const struct qmp_phy_cfg *cfg = qphy->cfg;
422 void __iomem *serdes = qphy->serdes;
424 mutex_lock(&qmp->phy_mutex);
425 if (--qmp->init_count) {
426 mutex_unlock(&qmp->phy_mutex);
430 qphy_setbits(serdes, cfg->regs[QPHY_COM_START_CONTROL],
431 SERDES_START | PCS_START);
432 qphy_clrbits(serdes, cfg->regs[QPHY_COM_SW_RESET],
434 qphy_setbits(serdes, cfg->regs[QPHY_COM_POWER_DOWN_CONTROL],
437 reset_control_bulk_assert(cfg->num_resets, qmp->resets);
439 clk_bulk_disable_unprepare(cfg->num_clks, qmp->clks);
441 regulator_bulk_disable(cfg->num_vregs, qmp->vregs);
443 mutex_unlock(&qmp->phy_mutex);
448 static int qmp_pcie_msm8996_init(struct phy *phy)
450 struct qmp_phy *qphy = phy_get_drvdata(phy);
451 struct qcom_qmp *qmp = qphy->qmp;
453 dev_vdbg(qmp->dev, "Initializing QMP phy\n");
455 ret = qmp_pcie_msm8996_com_init(qphy);
462 static int qmp_pcie_msm8996_power_on(struct phy *phy)
464 struct qmp_phy *qphy = phy_get_drvdata(phy);
465 struct qcom_qmp *qmp = qphy->qmp;
466 const struct qmp_phy_cfg *cfg = qphy->cfg;
467 void __iomem *tx = qphy->tx;
468 void __iomem *rx = qphy->rx;
469 void __iomem *pcs = qphy->pcs;
470 void __iomem *status;
474 qmp_pcie_msm8996_serdes_init(qphy);
476 ret = reset_control_deassert(qphy->lane_rst);
478 dev_err(qmp->dev, "lane%d reset deassert failed\n",
483 ret = clk_prepare_enable(qphy->pipe_clk);
485 dev_err(qmp->dev, "pipe_clk enable failed err=%d\n", ret);
489 /* Tx, Rx, and PCS configurations */
490 qmp_pcie_msm8996_configure_lane(tx, cfg->tx_tbl, cfg->tx_tbl_num, 1);
491 qmp_pcie_msm8996_configure_lane(rx, cfg->rx_tbl, cfg->rx_tbl_num, 1);
492 qmp_pcie_msm8996_configure(pcs, cfg->pcs_tbl, cfg->pcs_tbl_num);
495 * Pull out PHY from POWER DOWN state.
496 * This is active low enable signal to power-down PHY.
498 qphy_setbits(pcs, QPHY_V2_PCS_POWER_DOWN_CONTROL,
499 SW_PWRDN | REFCLK_DRV_DSBL);
501 usleep_range(POWER_DOWN_DELAY_US_MIN, POWER_DOWN_DELAY_US_MAX);
503 /* Pull PHY out of reset state */
504 qphy_clrbits(pcs, cfg->regs[QPHY_SW_RESET], SW_RESET);
506 /* start SerDes and Phy-Coding-Sublayer */
507 qphy_setbits(pcs, cfg->regs[QPHY_START_CTRL],
508 PCS_START | PLL_READY_GATE_EN);
510 status = pcs + cfg->regs[QPHY_PCS_STATUS];
511 ret = readl_poll_timeout(status, val, !(val & PHYSTATUS), 200,
512 PHY_INIT_COMPLETE_TIMEOUT);
514 dev_err(qmp->dev, "phy initialization timed-out\n");
515 goto err_disable_pipe_clk;
520 err_disable_pipe_clk:
521 clk_disable_unprepare(qphy->pipe_clk);
523 reset_control_assert(qphy->lane_rst);
528 static int qmp_pcie_msm8996_power_off(struct phy *phy)
530 struct qmp_phy *qphy = phy_get_drvdata(phy);
531 const struct qmp_phy_cfg *cfg = qphy->cfg;
533 clk_disable_unprepare(qphy->pipe_clk);
536 qphy_setbits(qphy->pcs, cfg->regs[QPHY_SW_RESET], SW_RESET);
538 /* stop SerDes and Phy-Coding-Sublayer */
539 qphy_clrbits(qphy->pcs, cfg->regs[QPHY_START_CTRL],
540 SERDES_START | PCS_START);
542 /* Put PHY into POWER DOWN state: active low */
543 qphy_clrbits(qphy->pcs, QPHY_V2_PCS_POWER_DOWN_CONTROL,
544 SW_PWRDN | REFCLK_DRV_DSBL);
549 static int qmp_pcie_msm8996_exit(struct phy *phy)
551 struct qmp_phy *qphy = phy_get_drvdata(phy);
553 reset_control_assert(qphy->lane_rst);
555 qmp_pcie_msm8996_com_exit(qphy);
560 static int qmp_pcie_msm8996_enable(struct phy *phy)
564 ret = qmp_pcie_msm8996_init(phy);
568 ret = qmp_pcie_msm8996_power_on(phy);
570 qmp_pcie_msm8996_exit(phy);
575 static int qmp_pcie_msm8996_disable(struct phy *phy)
579 ret = qmp_pcie_msm8996_power_off(phy);
582 return qmp_pcie_msm8996_exit(phy);
585 static int qmp_pcie_msm8996_vreg_init(struct device *dev, const struct qmp_phy_cfg *cfg)
587 struct qcom_qmp *qmp = dev_get_drvdata(dev);
588 int num = cfg->num_vregs;
591 qmp->vregs = devm_kcalloc(dev, num, sizeof(*qmp->vregs), GFP_KERNEL);
595 for (i = 0; i < num; i++)
596 qmp->vregs[i].supply = cfg->vreg_list[i];
598 return devm_regulator_bulk_get(dev, num, qmp->vregs);
601 static int qmp_pcie_msm8996_reset_init(struct device *dev, const struct qmp_phy_cfg *cfg)
603 struct qcom_qmp *qmp = dev_get_drvdata(dev);
607 qmp->resets = devm_kcalloc(dev, cfg->num_resets,
608 sizeof(*qmp->resets), GFP_KERNEL);
612 for (i = 0; i < cfg->num_resets; i++)
613 qmp->resets[i].id = cfg->reset_list[i];
615 ret = devm_reset_control_bulk_get_exclusive(dev, cfg->num_resets, qmp->resets);
617 return dev_err_probe(dev, ret, "failed to get resets\n");
622 static int qmp_pcie_msm8996_clk_init(struct device *dev, const struct qmp_phy_cfg *cfg)
624 struct qcom_qmp *qmp = dev_get_drvdata(dev);
625 int num = cfg->num_clks;
628 qmp->clks = devm_kcalloc(dev, num, sizeof(*qmp->clks), GFP_KERNEL);
632 for (i = 0; i < num; i++)
633 qmp->clks[i].id = cfg->clk_list[i];
635 return devm_clk_bulk_get(dev, num, qmp->clks);
638 static void phy_clk_release_provider(void *res)
640 of_clk_del_provider(res);
644 * Register a fixed rate pipe clock.
646 * The <s>_pipe_clksrc generated by PHY goes to the GCC that gate
647 * controls it. The <s>_pipe_clk coming out of the GCC is requested
648 * by the PHY driver for its operations.
649 * We register the <s>_pipe_clksrc here. The gcc driver takes care
650 * of assigning this <s>_pipe_clksrc as parent to <s>_pipe_clk.
651 * Below picture shows this relationship.
654 * | PHY block |<<---------------------------------------+
656 * | +-------+ | +-----+ |
657 * I/P---^-->| PLL |---^--->pipe_clksrc--->| GCC |--->pipe_clk---+
658 * clk | +-------+ | +-----+
661 static int phy_pipe_clk_register(struct qcom_qmp *qmp, struct device_node *np)
663 struct clk_fixed_rate *fixed;
664 struct clk_init_data init = { };
667 ret = of_property_read_string(np, "clock-output-names", &init.name);
669 dev_err(qmp->dev, "%pOFn: No clock-output-names\n", np);
673 fixed = devm_kzalloc(qmp->dev, sizeof(*fixed), GFP_KERNEL);
677 init.ops = &clk_fixed_rate_ops;
679 /* controllers using QMP phys use 125MHz pipe clock interface */
680 fixed->fixed_rate = 125000000;
681 fixed->hw.init = &init;
683 ret = devm_clk_hw_register(qmp->dev, &fixed->hw);
687 ret = of_clk_add_hw_provider(np, of_clk_hw_simple_get, &fixed->hw);
692 * Roll a devm action because the clock provider is the child node, but
693 * the child node is not actually a device.
695 return devm_add_action_or_reset(qmp->dev, phy_clk_release_provider, np);
698 static const struct phy_ops qmp_pcie_msm8996_ops = {
699 .power_on = qmp_pcie_msm8996_enable,
700 .power_off = qmp_pcie_msm8996_disable,
701 .owner = THIS_MODULE,
704 static void qcom_qmp_reset_control_put(void *data)
706 reset_control_put(data);
709 static int qmp_pcie_msm8996_create(struct device *dev, struct device_node *np, int id,
710 void __iomem *serdes, const struct qmp_phy_cfg *cfg)
712 struct qcom_qmp *qmp = dev_get_drvdata(dev);
713 struct phy *generic_phy;
714 struct qmp_phy *qphy;
717 qphy = devm_kzalloc(dev, sizeof(*qphy), GFP_KERNEL);
722 qphy->serdes = serdes;
724 * Get memory resources for each PHY:
725 * Resources are indexed as: tx -> 0; rx -> 1; pcs -> 2.
727 qphy->tx = devm_of_iomap(dev, np, 0, NULL);
728 if (IS_ERR(qphy->tx))
729 return PTR_ERR(qphy->tx);
731 qphy->rx = devm_of_iomap(dev, np, 1, NULL);
732 if (IS_ERR(qphy->rx))
733 return PTR_ERR(qphy->rx);
735 qphy->pcs = devm_of_iomap(dev, np, 2, NULL);
736 if (IS_ERR(qphy->pcs))
737 return PTR_ERR(qphy->pcs);
739 qphy->pipe_clk = devm_get_clk_from_child(dev, np, NULL);
740 if (IS_ERR(qphy->pipe_clk)) {
741 return dev_err_probe(dev, PTR_ERR(qphy->pipe_clk),
742 "failed to get lane%d pipe clock\n", id);
745 qphy->lane_rst = of_reset_control_get_exclusive_by_index(np, 0);
746 if (IS_ERR(qphy->lane_rst)) {
747 dev_err(dev, "failed to get lane%d reset\n", id);
748 return PTR_ERR(qphy->lane_rst);
750 ret = devm_add_action_or_reset(dev, qcom_qmp_reset_control_put,
755 generic_phy = devm_phy_create(dev, np, &qmp_pcie_msm8996_ops);
756 if (IS_ERR(generic_phy)) {
757 ret = PTR_ERR(generic_phy);
758 dev_err(dev, "failed to create qphy %d\n", ret);
762 qphy->phy = generic_phy;
765 qmp->phys[id] = qphy;
766 phy_set_drvdata(generic_phy, qphy);
771 static const struct of_device_id qmp_pcie_msm8996_of_match_table[] = {
773 .compatible = "qcom,msm8996-qmp-pcie-phy",
774 .data = &msm8996_pciephy_cfg,
778 MODULE_DEVICE_TABLE(of, qmp_pcie_msm8996_of_match_table);
780 static int qmp_pcie_msm8996_probe(struct platform_device *pdev)
782 struct qcom_qmp *qmp;
783 struct device *dev = &pdev->dev;
784 struct device_node *child;
785 struct phy_provider *phy_provider;
786 void __iomem *serdes;
787 const struct qmp_phy_cfg *cfg = NULL;
788 int num, id, expected_phys;
791 qmp = devm_kzalloc(dev, sizeof(*qmp), GFP_KERNEL);
796 dev_set_drvdata(dev, qmp);
798 cfg = of_device_get_match_data(dev);
802 serdes = devm_platform_ioremap_resource(pdev, 0);
804 return PTR_ERR(serdes);
806 expected_phys = cfg->num_phys;
808 mutex_init(&qmp->phy_mutex);
810 ret = qmp_pcie_msm8996_clk_init(dev, cfg);
814 ret = qmp_pcie_msm8996_reset_init(dev, cfg);
818 ret = qmp_pcie_msm8996_vreg_init(dev, cfg);
822 num = of_get_available_child_count(dev->of_node);
823 /* do we have a rogue child node ? */
824 if (num > expected_phys)
827 qmp->phys = devm_kcalloc(dev, num, sizeof(*qmp->phys), GFP_KERNEL);
832 for_each_available_child_of_node(dev->of_node, child) {
833 /* Create per-lane phy */
834 ret = qmp_pcie_msm8996_create(dev, child, id, serdes, cfg);
836 dev_err(dev, "failed to create lane%d phy, %d\n",
842 * Register the pipe clock provided by phy.
843 * See function description to see details of this pipe clock.
845 ret = phy_pipe_clk_register(qmp, child);
848 "failed to register pipe clock source\n");
855 phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate);
857 return PTR_ERR_OR_ZERO(phy_provider);
864 static struct platform_driver qmp_pcie_msm8996_driver = {
865 .probe = qmp_pcie_msm8996_probe,
867 .name = "qcom-qmp-msm8996-pcie-phy",
868 .of_match_table = qmp_pcie_msm8996_of_match_table,
872 module_platform_driver(qmp_pcie_msm8996_driver);
874 MODULE_AUTHOR("Vivek Gautam <vivek.gautam@codeaurora.org>");
875 MODULE_DESCRIPTION("Qualcomm QMP MSM8996 PCIe PHY driver");
876 MODULE_LICENSE("GPL v2");