Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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-1-8291729a87f8@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Lorenzo Bianconi and committed by
Vinod Koul
09a19fb7 f2dbca16

+1 -1
+1 -1
drivers/phy/phy-airoha-pcie.c
··· 459 459 airoha_phy_csr_2l_clear_bits(pcie_phy, REG_CSR_2L_CLKTX1_OFFSET, 460 460 CSR_2L_PXP_CLKTX1_SR); 461 461 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); 463 463 } 464 464 465 465 static void airoha_pcie_phy_init_csr_2l(struct airoha_pcie_phy *pcie_phy)