summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorAndrey Zhizhikin <[email protected]>2021-05-03 09:59:17 +0200
committerStefano Babic <[email protected]>2021-06-09 13:34:01 +0200
commit6ac4d4480663ca43f64a0ae1e49af5455bcff7aa (patch)
treeb1f1e82ce60882fa9db068f75ce25495b3b3ff66 /doc/develop
parentb8916306d1061b254d066ccaa4c797896c96a2c1 (diff)
arm: imx: imx8mm: correct unrecognized fracpll frequency
Frequency requested by ddrphy_init_set_dfi_clk from fracpll uses MHZ() macro, which expands the value provided to the Hz range without taking into account the precise Hz setting. This causes the frequency of 266 MHz not ot be found in the imx8mm_fracpll_tbl, since it is entered there with a precise Hz value. This in turn causes the boot hang in SPL, as proper DDR fracpll frequency cannot be determined. Correct the value in imx8mm_fracpll_tbl to match the one expanded by MHZ(266) macro, rounding it down to MHz range only. Signed-off-by: Andrey Zhizhikin <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: "NXP i.MX U-Boot Team" <[email protected]> Cc: Peng Fan <[email protected]> Cc: Simon Glass <[email protected]> Cc: Ye Li <[email protected]> Fixes: 825ab6b406 ("driver: ddr: Refine the ddr init driver on imx8m") Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions