summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6_lcd-edt7_overlay.dts
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-04-06 13:00:06 +0300
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-04-14 08:00:12 +0000
commita22a9a8dee825a8eef6756df4cb8ec355bb68d91 (patch)
treec99b9fb687eb6a69c0ccd14084d1b07a328de6e1 /overlays/colibri-imx6_lcd-edt7_overlay.dts
parent75ae5e120e1bd4c8e07e44672a89e8258e5556ed (diff)
overlays: colibri-imx6: add overlay for EDT 7" panel
The EDT 7" resistive panel latches data on the rising edge. Add the overlay to support this panel more precisely. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'overlays/colibri-imx6_lcd-edt7_overlay.dts')
-rw-r--r--overlays/colibri-imx6_lcd-edt7_overlay.dts30
1 files changed, 30 insertions, 0 deletions
diff --git a/overlays/colibri-imx6_lcd-edt7_overlay.dts b/overlays/colibri-imx6_lcd-edt7_overlay.dts
new file mode 100644
index 0000000..37050dd
--- /dev/null
+++ b/overlays/colibri-imx6_lcd-edt7_overlay.dts
@@ -0,0 +1,30 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Copyright 2021 Toradex
+ */
+
+// Turn on the parallel RGB interface with setting for 7 inch EDT panel on the Colibri iMX6DL
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,colibri_imx6dl";
+};
+
+&backlight {
+ status = "okay";
+};
+
+&lcd {
+ status = "okay";
+};
+
+&mxcfb1 {
+ mode_str ="EDT-WVGA";
+ status = "okay";
+};
+
+&pwm3 {
+ status = "okay";
+};