projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a19fb
)
phy: airoha: Fix REG_PCIE_PMA_TX_RESET config in airoha_pcie_phy_init_csr_2l()
author
Lorenzo Bianconi
<lorenzo@kernel.org>
Wed, 18 Sep 2024 13:32:53 +0000
(15:32 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 17 Oct 2024 15:22:48 +0000
(20:52 +0530)
Fix typos configuring REG_PCIE_PMA_TX_RESET register in
airoha_pcie_phy_init_csr_2l routine for lane0 and lane1
Fixes:
d7d2818b9383
("phy: airoha: Add PCIe PHY driver for EN7581 SoC.")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link:
https://lore.kernel.org/r/20240918-airoha-en7581-phy-fixes-v1-2-8291729a87f8@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/phy-airoha-pcie.c
patch
|
blob
|
history
diff --git
a/drivers/phy/phy-airoha-pcie.c
b/drivers/phy/phy-airoha-pcie.c
index
4624aa9
..
9a7ce65
100644
(file)
--- a/
drivers/phy/phy-airoha-pcie.c
+++ b/
drivers/phy/phy-airoha-pcie.c
@@
-471,9
+471,9
@@
static void airoha_pcie_phy_init_csr_2l(struct airoha_pcie_phy *pcie_phy)
PCIE_SW_XFI_RXPCS_RST | PCIE_SW_REF_RST |
PCIE_SW_RX_RST);
airoha_phy_pma0_set_bits(pcie_phy, REG_PCIE_PMA_TX_RESET,
- PCIE_TX_TOP_RST |
REG_PCIE_PMA_TX_RESE
T);
+ PCIE_TX_TOP_RST |
PCIE_TX_CAL_RS
T);
airoha_phy_pma1_set_bits(pcie_phy, REG_PCIE_PMA_TX_RESET,
- PCIE_TX_TOP_RST |
REG_PCIE_PMA_TX_RESE
T);
+ PCIE_TX_TOP_RST |
PCIE_TX_CAL_RS
T);
}
static void airoha_pcie_phy_init_rx(struct airoha_pcie_phy *pcie_phy)