1
0
Fork 0

r82xx: keep PLL autotune at 128 kHz

Avoids both the write to make it fast and the write to slow it down,
since the register state is cached.
This commit is contained in:
Sultan Qasim Khan 2024-03-07 17:41:38 -05:00
parent 2acb75cff3
commit 4d5b5cf907
1 changed files with 0 additions and 3 deletions

View File

@ -586,9 +586,6 @@ static int r82xx_set_pll(struct r82xx_priv *priv, uint32_t freq)
priv->has_lock = 1;
/* set pll autotune = 8kHz */
rc = r82xx_write_reg_mask(priv, 0x1a, 0x08, 0x08);
return rc;
}