From 3cf9bffbc14ee29e0fad37ad086405964112d514 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 10 Feb 2021 19:34:00 +0200 Subject: overlays: colibri: Fix color format for 10" display The LCD interface of colibri-imx6 codes 24-bit mode in a different way than all other colibri modules. Thus using RGB24 mode prevents this overlay to be used with colibri-imx6. Use default RGB666 mode to make the overlay compatible with all colibri modules. Fixes: ecde642a77ee ("overlays: colibri-imx8x: move LVDS stuff to common display overlay") Related-to: ELB-3243 Signed-off-by: Oleksandr Suvorov --- overlays/display-dpi-lt170410_overlay.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/display-dpi-lt170410_overlay.dts b/overlays/display-dpi-lt170410_overlay.dts index 1a66c0a..91c432d 100644 --- a/overlays/display-dpi-lt170410_overlay.dts +++ b/overlays/display-dpi-lt170410_overlay.dts @@ -15,7 +15,7 @@ &{/panel-dpi} { status = "okay"; - data-mapping = "rgb24"; + data-mapping = "bgr666"; width-mm = <217>; height-mm = <136>; -- cgit v1.2.3