drm/panel: simple: fix flags on RK043FN48H
authorRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Mon, 5 Feb 2024 09:06:54 +0000 (10:06 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Wed, 7 Feb 2024 09:15:50 +0000 (10:15 +0100)
commit536090b695c429e9d672f72341a5b6fb147d389d
tree319164dbf83b06434868abc4cf4ac46d9bb22f2d
parent1f36d634670d8001a45fe2f2dcae546819f9c7d8
drm/panel: simple: fix flags on RK043FN48H

DISPLAY_FLAGS_SYNC_POSEDGE is missing in the flags on the default
timings. When overriding the default mode with one described in the
device tree, the mode does not get acked because of this missing flag.
Moreover since the panel is driven by the positive edge it makes sense
to add it here.

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com>
Link: https://lore.kernel.org/r/20240205-ltdc_mp13-v1-4-072d24bf1b36@foss.st.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240205-ltdc_mp13-v1-4-072d24bf1b36@foss.st.com
drivers/gpu/drm/panel/panel-simple.c