]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/omap: fix max fclk divider for omap36xx
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 2 Oct 2019 12:25:42 +0000 (15:25 +0300)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 19 Dec 2019 15:57:57 +0000 (15:57 +0000)
commit4b911101a5cd44fc43c1f4f2b3f162ca58c4ac42
tree89f6e10dd8923fa3cc417d10a6e3034ea106af43
parent099a8d6ded426b7e3baaf5cc67aa2c2a8dce2ca8
drm/omap: fix max fclk divider for omap36xx

commit e2c4ed148cf3ec8669a1d90dc66966028e5fad70 upstream.

The OMAP36xx and AM/DM37x TRMs say that the maximum divider for DSS fclk
(in CM_CLKSEL_DSS) is 32. Experimentation shows that this is not
correct, and using divider of 32 breaks DSS with a flood or underflows
and sync losts. Dividers up to 31 seem to work fine.

There is another patch to the DT files to limit the divider correctly,
but as the DSS driver also needs to know the maximum divider to be able
to iteratively find good rates, we also need to do the fix in the DSS
driver.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Adam Ford <aford173@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191002122542.8449-1-tomi.valkeinen@ti.com
Tested-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
[bwh: Backported to 3.16: adjust filename, context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/video/fbdev/omap2/dss/dss.c