]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(imx8m): fix the dram retention random hang on some imx8mq Rev2.0
authorJacky Bai <ping.bai@nxp.com>
Thu, 22 Oct 2020 06:35:12 +0000 (14:35 +0800)
committerJacky Bai <ping.bai@nxp.com>
Tue, 28 Feb 2023 06:26:39 +0000 (14:26 +0800)
commit4bf5019228cf89e0cbc2cd03627f755d51e3e198
tree4ecf88537f17b0989993ffd3816582432b760f18
parent4234b902ae37ca05640888e31405ec97c8cde316
fix(imx8m): fix the dram retention random hang on some imx8mq Rev2.0

It seems the DRAM APB clock root slice can NOT work normally
if the PLLs is power down in DSM mode. So update this clock
slice's setting explicitly to make it work. This piece of code
is there for a long while on previous release, so just add
it back to align with previous flow.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
Change-Id: I113069494074194e116fdb1229052d2956bf90ea
plat/imx/imx8m/ddr/dram_retention.c