drm/panel: simple: Fix Innolux G101ICE-L01 bus flags
authorMarek Vasut <marex@denx.de>
Sun, 8 Oct 2023 22:33:15 +0000 (00:33 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 19 Nov 2023 18:48:38 +0000 (19:48 +0100)
commit06fc41b09cfbc02977acd9189473593a37d82d9b
treed931b2476752a1cfe8bbe023c8c29a274af2db85
parent6965809e526917b73c8f9178173184dcf13cec4b
drm/panel: simple: Fix Innolux G101ICE-L01 bus flags

Add missing .bus_flags = DRM_BUS_FLAG_DE_HIGH to this panel description,
ones which match both the datasheet and the panel display_timing flags .

Fixes: 1e29b840af9f ("drm/panel: simple: Add Innolux G101ICE-L01 panel")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231008223315.279215-1-marex@denx.de
drivers/gpu/drm/panel/panel-simple.c