mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
imx: imx8m: add 1GHz fracpll entry
4000MTS DDR needs 1GHz fracpll, so add the entry Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
db4510ff8e
commit
e997d30be8
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ int enable_i2c_clk(unsigned char enable, unsigned i2c_num)
|
|||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
static struct imx_int_pll_rate_table imx8mm_fracpll_tbl[] = {
|
||||
PLL_1443X_RATE(1000000000U, 250, 3, 1, 0),
|
||||
PLL_1443X_RATE(800000000U, 300, 9, 0, 0),
|
||||
PLL_1443X_RATE(750000000U, 250, 8, 0, 0),
|
||||
PLL_1443X_RATE(650000000U, 325, 3, 2, 0),
|
||||
|
|
Loading…
Add table
Reference in a new issue