summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_vga_overlay.dts
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-11-24 13:33:59 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-11-24 15:57:00 +0200
commitcac59bda3f8e954734ad67bfe35417413ba31e0b (patch)
tree7e7a5cad92fb3dce90d7aae2d4fe34ec27231ccf /overlays/apalis-imx6_vga_overlay.dts
parente7727bac37e6d137a13de9bc55c32f6479496c20 (diff)
overlays: apalis-imx6: add vga overlay
The VGA interface and related stuff remain disabled in the main devicetree. Add the overlay to enable using VGA monitors. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'overlays/apalis-imx6_vga_overlay.dts')
-rw-r--r--overlays/apalis-imx6_vga_overlay.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/overlays/apalis-imx6_vga_overlay.dts b/overlays/apalis-imx6_vga_overlay.dts
new file mode 100644
index 0000000..344602a
--- /dev/null
+++ b/overlays/apalis-imx6_vga_overlay.dts
@@ -0,0 +1,17 @@
+// Enable the VGA interface on the Apalis iMX6Q
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,apalis_imx6q";
+};
+
+&vdac {
+ status = "okay";
+};
+
+&mxcfb4 {
+ status = "okay";
+};
+