summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-02-10 19:34:00 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-02-16 14:53:07 +0200
commit3cf9bffbc14ee29e0fad37ad086405964112d514 (patch)
tree28530fcbfaf5693737be0e7589856f27dc300657
parent60631bb3b1598a7e9bb5abbc29d478d61a54bf8f (diff)
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 <oleksandr.suvorov@toradex.com>
-rw-r--r--overlays/display-dpi-lt170410_overlay.dts2
1 files changed, 1 insertions, 1 deletions
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>;