mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 22:01:10 +00:00
imx: imx8m: clock: not configure reserved SRC register
i.MX8M[M,N,P] SRC not has 0x1004 offset register, so drop it. Reviewed-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
e8cd1f60d9
commit
dc2d49209e
@ -90,7 +90,6 @@ static int fracpll_configure(enum pll_clocks pll, u32 freq)
|
||||
case ANATOP_DRAM_PLL:
|
||||
setbits_le32(GPC_BASE_ADDR + 0xEC, 1 << 7);
|
||||
setbits_le32(GPC_BASE_ADDR + 0xF8, 1 << 5);
|
||||
writel(SRC_DDR1_ENABLE_MASK, SRC_BASE_ADDR + 0x1004);
|
||||
|
||||
pll_base = &ana_pll->dram_pll_gnrl_ctl;
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user