Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: panel: Fix bus format for OrtusTech COM43H4M85ULC panel

The OrtusTech COM43H4M85ULC panel is a 18-bit RGB panel, set the bus
format to MEDIA_BUS_FMT_RGB666_1X18.

Fixes: 725c9d40f3fe ("drm/panel: Add support for OrtusTech COM43H4M85ULC panel")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sam Ravnborg <sam.ravnborg@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200812220244.24500-1-laurent.pinchart@ideasonboard.com

authored by

Laurent Pinchart and committed by
Sam Ravnborg
f098f168 42bac89a

+1 -1
+1 -1
drivers/gpu/drm/panel/panel-simple.c
··· 3018 3018 .width = 56, 3019 3019 .height = 93, 3020 3020 }, 3021 - .bus_format = MEDIA_BUS_FMT_RGB888_1X24, 3021 + .bus_format = MEDIA_BUS_FMT_RGB666_1X18, 3022 3022 .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE, 3023 3023 .connector_type = DRM_MODE_CONNECTOR_DPI, 3024 3024 };