mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
imx8mq: Update the ddrc QoS setting for B1 chip
Update the ddrc Qos setting for B1 to align with B0's setting. Correct the initial clock for dram_pll. This setting will be overwrite before ddr phy training. Although there is no impact on the dram init, we still need to correct it to eliminate confusion. Signed-off-by: Bai Ping <ping.bai@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> Tested-by: Robby Cai <robby.cai@nxp.com>
This commit is contained in:
@@ -54,7 +54,10 @@ void ddr_init(struct dram_timing_info *dram_timing)
|
||||
reg32setbit(0x303A00F8, 5); /* PU_PGC_SW_PUP_REQ */
|
||||
|
||||
debug("DDRINFO: cfg clk\n");
|
||||
dram_pll_init(MHZ(750));
|
||||
if (is_imx8mq())
|
||||
dram_pll_init(MHZ(800));
|
||||
else
|
||||
dram_pll_init(MHZ(750));
|
||||
|
||||
/*
|
||||
* release [0]ddr1_preset_n, [1]ddr1_core_reset_n,
|
||||
|
Reference in New Issue
Block a user