From e7727bac37e6d137a13de9bc55c32f6479496c20 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 24 Nov 2020 12:22:57 +0200 Subject: overlays: apalis-imx6: add hdmi overlay The HDMI interface and related stuff remain disabled in the main devicetree. Add the overlay to be able using it with HDMI monitors. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov --- overlays/apalis-imx6_hdmi_overlay.dts | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 overlays/apalis-imx6_hdmi_overlay.dts (limited to 'overlays/apalis-imx6_hdmi_overlay.dts') diff --git a/overlays/apalis-imx6_hdmi_overlay.dts b/overlays/apalis-imx6_hdmi_overlay.dts new file mode 100644 index 0000000..608ae19 --- /dev/null +++ b/overlays/apalis-imx6_hdmi_overlay.dts @@ -0,0 +1,41 @@ +// Enable the HDMI interface on the Apalis iMX6Q + +/dts-v1/; +/plugin/; + +/ { + compatible = "toradex,apalis_imx6q"; +}; + +&hdmi_audio { + status = "okay"; +}; + +&hdmi_cec { + status = "okay"; +}; + +&hdmi_ddc { + status = "okay"; +}; + +&hdmi_core { + status = "okay"; +}; + +&hdmi_video { + status = "okay"; +}; + +&i2cddc { + status = "okay"; +}; + +&mxcfb2 { + status = "okay"; +}; + +&sound_hdmi { + status = "okay"; +}; + -- cgit v1.2.3