MLK-24344: drm/panel: wks-101wx001: Correct the bus format used

Even though this panel uses 24bit input data mode, the connector from
8DXL-EVK board uses only 18bit data mode, so need to correct this in
panel driver.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Acked-by: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>
This commit is contained in:
Robert Chiras 2020-11-05 12:06:28 +02:00
parent 876a268f04
commit bfa21a5517

View File

@ -47,7 +47,7 @@ static const struct drm_display_mode default_mode = {
};
static const u32 wks_bus_formats[] = {
MEDIA_BUS_FMT_RGB888_1X24,
MEDIA_BUS_FMT_RGB666_1X18,
};
static const u32 wks_bus_flags = DRM_BUS_FLAG_DE_HIGH |