We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112c237 commit 76d2029Copy full SHA for 76d2029
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
@@ -2555,6 +2555,7 @@ static int qmp_combo_usb_power_on(struct phy *phy)
2555
void __iomem *tx2 = qmp->tx2;
2556
void __iomem *rx2 = qmp->rx2;
2557
void __iomem *pcs = qmp->pcs;
2558
+ void __iomem *pcs_usb = qmp->pcs_usb;
2559
void __iomem *status;
2560
unsigned int val;
2561
int ret;
@@ -2576,6 +2577,9 @@ static int qmp_combo_usb_power_on(struct phy *phy)
2576
2577
2578
qmp_combo_configure(pcs, cfg->pcs_tbl, cfg->pcs_tbl_num);
2579
2580
+ if (pcs_usb)
2581
+ qmp_combo_configure(pcs_usb, cfg->pcs_usb_tbl, cfg->pcs_usb_tbl_num);
2582
+
2583
if (cfg->has_pwrdn_delay)
2584
usleep_range(10, 20);
2585
0 commit comments