]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/panel: simple: Fix Innolux G156HCE-L01 LVDS clock
authorLuca Ceresoli <luca.ceresoli@bootlin.com>
Mon, 14 Aug 2023 13:40:24 +0000 (15:40 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Wed, 16 Aug 2023 16:51:51 +0000 (18:51 +0200)
commit438cf3271ca116253cffb8edce8aba0191327682
tree56d8c39eeef1d810beefd7e7b24cc44e5cdc922f
parenta8b273a8fd9c88cee038ffdae05b7eca063b9622
drm/panel: simple: Fix Innolux G156HCE-L01 LVDS clock

This panel has been implemented in commit eae7488814b5 ("drm/panel-simple:
Add Innolux G156HCE-L01 panel entry") with a higher clock than the typical
one mentioned on the documentation to avoid flickering on the unit
tested. Testing on a different unit shows that the panel actually works
with the intended 70.93 MHz clock and even lower frequencies so the
flickering is likely caused either by a defective unit or by other
different components such as the bridge.

Fixes: eae7488814b5 ("drm/panel-simple: Add Innolux G156HCE-L01 panel entry")
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Tested-by: Marek Vasut <marex@denx.de> # MX8MM with LT9211
Reviewed-by: Marek Vasut <marex@denx.de>
[narmstrong: fixed commit id in commit msg]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230814134024.397739-1-luca.ceresoli@bootlin.com
drivers/gpu/drm/panel/panel-simple.c