diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-14 20:37:15 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2014-10-16 11:00:26 +0200 |
commit | 3e780af127282e5e24fa737a5b56d7c4523a72c9 (patch) | |
tree | 20a4137c6e19cdfc8675655b6b873aea1075bf74 /include/vsc7385.h | |
parent | c1420328dce9d5ff552deaa6453518806dbf2ddb (diff) | |
download | u-boot-imx-3e780af127282e5e24fa737a5b56d7c4523a72c9.zip u-boot-imx-3e780af127282e5e24fa737a5b56d7c4523a72c9.tar.gz u-boot-imx-3e780af127282e5e24fa737a5b56d7c4523a72c9.tar.bz2 |
video: ipu_disp: remove pixclk fixup
The ipu display insists on having a lower_margin smaller
then 2. If this is not the case it will attempt to force
it and adjust the pixclk accordingly. This multiplies pixclk
in Hz with the width and height, since this is typically
a * 10^7 * b * 10^2 * c * 10^2 this will overflow the
uint_32 and make things even worse. Since this is a
bootloader and the adjustment is neglectible, just force
it to two and warn about it.
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/vsc7385.h')
0 files changed, 0 insertions, 0 deletions