summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_lcd_overlay.dts
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-10-23 20:35:34 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-10-23 20:35:34 +0300
commitb42ef5afaca59be8e6ab5f3c608f75a6a77f59ef (patch)
treeb63ea9e73116f1c9722b7e8a845dab7dd0186515 /overlays/apalis-imx6_lcd_overlay.dts
parentcbba879a443d7023afcfbd783b443905dafad0ee (diff)
overlay: apalis-imx6: fix LCD (RGB) overlay
Now the lcd interface is disabled by default in the main DT. Reverse the overlay to enable the LCD interface. Related-to: ELB-2943 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'overlays/apalis-imx6_lcd_overlay.dts')
-rw-r--r--overlays/apalis-imx6_lcd_overlay.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/overlays/apalis-imx6_lcd_overlay.dts b/overlays/apalis-imx6_lcd_overlay.dts
new file mode 100644
index 0000000..85b2565
--- /dev/null
+++ b/overlays/apalis-imx6_lcd_overlay.dts
@@ -0,0 +1,17 @@
+// Disable the parallel RGB interface on the Apalis iMX6Q.
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,apalis_imx6q";
+};
+
+&lcd {
+ status = "okay";
+};
+
+&mxcfb3 {
+ status = "okay";
+};
+