summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-04-06 12:57:12 +0300
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-04-14 08:00:12 +0000
commit75ae5e120e1bd4c8e07e44672a89e8258e5556ed (patch)
tree7a598ef2d3e4cdd6b913fbac9121e16d7e709e2e
parente1232ce7f0cb8ebd9e4988891333c3a37d4cc80f (diff)
overlays: apalis-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>
-rw-r--r--overlays/Makefile1
-rw-r--r--overlays/apalis-imx6_lcd-edt7_overlay.dts26
2 files changed, 27 insertions, 0 deletions
diff --git a/overlays/Makefile b/overlays/Makefile
index 4ba14a3..99d885e 100644
--- a/overlays/Makefile
+++ b/overlays/Makefile
@@ -22,6 +22,7 @@ PWD := $(shell pwd)
dtb-y += apalis-imx6_atmel-mxt_overlay.dtbo
dtb-y += apalis-imx6_fusion-f0710a_overlay.dtbo
dtb-y += apalis-imx6_hdmi_overlay.dtbo
+dtb-y += apalis-imx6_lcd-edt7_overlay.dtbo
dtb-y += apalis-imx6_lcd-lt161010_overlay.dtbo
dtb-y += apalis-imx6_lvds-lt170410_overlay.dtbo
dtb-y += apalis-imx6_stmpe-ts_overlay.dtbo
diff --git a/overlays/apalis-imx6_lcd-edt7_overlay.dts b/overlays/apalis-imx6_lcd-edt7_overlay.dts
new file mode 100644
index 0000000..ece72b4
--- /dev/null
+++ b/overlays/apalis-imx6_lcd-edt7_overlay.dts
@@ -0,0 +1,26 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Copyright 2021 Toradex
+ */
+
+// Enable the parallel RGB interface with setting for 7 inch EDT panel on the Apalis iMX6Q
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,apalis_imx6q";
+};
+
+&backlight {
+ status = "okay";
+};
+
+&lcd {
+ status = "okay";
+};
+
+&mxcfb3 {
+ mode_str ="EDT-WVGA";
+ status = "okay";
+};