]> git.sur5r.net Git - u-boot/commit
imx: mx6ul/sx: Fix issue in LCDIF clock dividers calculation
authorYe Li <ye.li@nxp.com>
Tue, 26 Jan 2016 14:01:58 +0000 (22:01 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 2 Feb 2016 20:25:50 +0000 (21:25 +0100)
commit23e2da27d3de94117c099a511c7bfec759ede623
tree90207b89532bcfcf7f216c7e3224d0b50d52018f
parent9655ebdd50c42f24179d738e4e6230c048f41de1
imx: mx6ul/sx: Fix issue in LCDIF clock dividers calculation

The checking with max frequency supported is not correct, because the temp
is calculated by max pre and post dividers. We can decrease any divider to
meet the max frequency limitation. Actually, the calculation below the codes
is doing this way to find best pre and post dividers.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/clock.c