drm: panel: simple: Drop drive/sample bus flags for LVDS panels
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 29 Jun 2020 23:33:19 +0000 (02:33 +0300)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 30 Jun 2020 13:53:57 +0000 (15:53 +0200)
commitc4715837b023930250c9a754db3309c4b701cc0d
tree061ec46e3067e5561ee56afc03d2502d18e9c39f
parent34ca6b535f4fe20a1cec1e6c4c3f279835ce11ed
drm: panel: simple: Drop drive/sample bus flags for LVDS panels

The DRM bus flags reporting on which clock edge the pixel data and sync
signals are sampled or driven don't make sense for LVDS panels, as the
bus then uses sub-clock timings to send data. Drop those flags and add a
warning in the probe function to make sure the mistake won't be
repeated.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200629233320.8774-4-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/panel/panel-simple.c