Skip to content

Commit 09a19fb

Browse files
LorenzoBianconivinodkoul
authored andcommitted
phy: airoha: Fix REG_CSR_2L_PLL_CMN_RESERVE0 config in airoha_pcie_phy_init_clk_out()
Fix typo configuring REG_CSR_2L_PLL_CMN_RESERVE0 register in airoha_pcie_phy_init_clk_out routine. Fixes: d7d2818 ("phy: airoha: Add PCIe PHY driver for EN7581 SoC.") Signed-off-by: Lorenzo Bianconi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent f2dbca1 commit 09a19fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/phy-airoha-pcie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ static void airoha_pcie_phy_init_clk_out(struct airoha_pcie_phy *pcie_phy)
459459
airoha_phy_csr_2l_clear_bits(pcie_phy, REG_CSR_2L_CLKTX1_OFFSET,
460460
CSR_2L_PXP_CLKTX1_SR);
461461
airoha_phy_csr_2l_update_field(pcie_phy, REG_CSR_2L_PLL_CMN_RESERVE0,
462-
CSR_2L_PXP_PLL_RESERVE_MASK, 0xdd);
462+
CSR_2L_PXP_PLL_RESERVE_MASK, 0xd0d);
463463
}
464464

465465
static void airoha_pcie_phy_init_csr_2l(struct airoha_pcie_phy *pcie_phy)

0 commit comments

Comments
 (0)