From cac59bda3f8e954734ad67bfe35417413ba31e0b Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 24 Nov 2020 13:33:59 +0200 Subject: 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 --- overlays/apalis-imx6_vga_overlay.dts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 overlays/apalis-imx6_vga_overlay.dts (limited to 'overlays/apalis-imx6_vga_overlay.dts') 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"; +}; + -- cgit v1.2.3