commit | 060fe63337097c6cadea76ef5d2d383f0d90ef01 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Nov 30 22:14:31 2023 +0100 |
committer | Marek Vasut <marex@denx.de> | Sat Dec 02 06:47:38 2023 +0100 |
tree | 9ac3a9976037606760f09e42795688759f0f57d1 | |
parent | cb60a876efc156c87afcd5ec53b9cf356f30211d [diff] |
fix(imx8m): align 3200 MTps rate with U-Boot The 3200 MTps DRAM and its 800 MHz PLL setting in U-Boot is set to M=300 P=9 S=0 , so 24 MHz * 300 / 9 / 2^0 = 800 MHz ~ 3200 MTps (x4) . Make sure the PLL settings are aligned across software components. Signed-off-by: Marek Vasut <marex@denx.de> Change-Id: I163f81696be213acf6ecebe89ff2c76d41484cc5