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 09a19fb commit f9c5d63Copy full SHA for f9c5d63
drivers/phy/phy-airoha-pcie.c
@@ -471,9 +471,9 @@ static void airoha_pcie_phy_init_csr_2l(struct airoha_pcie_phy *pcie_phy)
471
PCIE_SW_XFI_RXPCS_RST | PCIE_SW_REF_RST |
472
PCIE_SW_RX_RST);
473
airoha_phy_pma0_set_bits(pcie_phy, REG_PCIE_PMA_TX_RESET,
474
- PCIE_TX_TOP_RST | REG_PCIE_PMA_TX_RESET);
+ PCIE_TX_TOP_RST | PCIE_TX_CAL_RST);
475
airoha_phy_pma1_set_bits(pcie_phy, REG_PCIE_PMA_TX_RESET,
476
477
}
478
479
static void airoha_pcie_phy_init_rx(struct airoha_pcie_phy *pcie_phy)
0 commit comments