From 92f6fcc3851350071e44d23772a592fd26bb4a48 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 25 Nov 2020 18:25:03 +0200 Subject: overlays: apalis-imx6: add vga support The VGA interface and related stuff remain disabled in the main devicetree. Add the overlay that turns it on, enabling to use VGA monitors. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov --- overlays/apalis-imx6_vga_overlay.dts | 21 +++++++++++++++++++++ 1 file changed, 21 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..07fa8d2 --- /dev/null +++ b/overlays/apalis-imx6_vga_overlay.dts @@ -0,0 +1,21 @@ +// Enable the VGA interface on the Apalis iMX6Q. Make sure to also select a valid display configuration. + +/dts-v1/; +/plugin/; + +/ { + compatible = "toradex,apalis_imx6q"; +}; + +&vgaconnector { + status = "okay"; +}; + +&vgabridge { + status = "okay"; +}; + +&vgadisplay { + status = "okay"; +}; + -- cgit v1.2.3