]> git.baikalelectronics.ru Git - uboot.git/commit
ddr: imx93: update the ddr init to support mult setpoints
authorJacky Bai <ping.bai@nxp.com>
Fri, 28 Apr 2023 04:08:43 +0000 (12:08 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 21 May 2023 14:54:41 +0000 (16:54 +0200)
commite82f4a829366e80f4b2828dd03b6317533971cba
treeeb9ac73afecb54a2bf0c214abe5494edabcd15da
parent94dadcd1e8dd44bcd4bacb444241da33abe08910
ddr: imx93: update the ddr init to support mult setpoints

Update the DDR init flow for multi-setpoint support on i.MX93. A new
fsp_cfg struct need to be added in the timing file to store the diff
part of the DDRC and DRAM MR register for each setpoint.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/arch-imx8m/ddr.h
arch/arm/include/asm/arch-imx9/ddr.h
drivers/ddr/imx/imx9/ddr_init.c
drivers/ddr/imx/phy/helper.c