
13 Feb
2022
13 Feb
'22
10:54 p.m.
On 2/11/22 12:16, haibo.chen@nxp.com wrote:
From: Haibo Chen haibo.chen@nxp.com
The original code logic can not show the correct card clock, and also has one risk when the div is 0. Because there is div -=1 before.
So move the operation before div -=1, and also involve ddr_pre_div to get the correct value.
Reviewed-by: Marek Vasut marex@denx.de
Thanks !