From fce7d974897778052b9ba45730b34c5016bf0030 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Aug 2022 10:15:52 +0200 Subject: verdin-imx8mp: displays: enable vpu nodes Currently these were enabled in the dtb, move this to the overlays which might make use of the video processing unit VPU. Related-to: ELB-4599 Signed-off-by: Max Krummenacher --- overlays/verdin-imx8mp_lt8912_overlay.dts | 16 ++++++++++++++++ overlays/verdin-imx8mp_native-hdmi_overlay.dts | 16 ++++++++++++++++ overlays/verdin-imx8mp_sn65dsi84_overlay.dts | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/overlays/verdin-imx8mp_lt8912_overlay.dts b/overlays/verdin-imx8mp_lt8912_overlay.dts index f09ad02..960a7c9 100644 --- a/overlays/verdin-imx8mp_lt8912_overlay.dts +++ b/overlays/verdin-imx8mp_lt8912_overlay.dts @@ -64,3 +64,19 @@ /* PWM 3 conflicts with the HPD signal from the adapter */ status = "disabled"; }; + +&vpu_g1 { + status = "okay"; +}; + +&vpu_g2 { + status = "okay"; +}; + +&vpu_vc8000e { + status = "okay"; +}; + +&vpu_v4l2 { + status = "okay"; +}; diff --git a/overlays/verdin-imx8mp_native-hdmi_overlay.dts b/overlays/verdin-imx8mp_native-hdmi_overlay.dts index 61d3416..ba1e0e6 100644 --- a/overlays/verdin-imx8mp_native-hdmi_overlay.dts +++ b/overlays/verdin-imx8mp_native-hdmi_overlay.dts @@ -64,3 +64,19 @@ &sound_hdmi { status = "okay"; }; + +&vpu_g1 { + status = "okay"; +}; + +&vpu_g2 { + status = "okay"; +}; + +&vpu_vc8000e { + status = "okay"; +}; + +&vpu_v4l2 { + status = "okay"; +}; diff --git a/overlays/verdin-imx8mp_sn65dsi84_overlay.dts b/overlays/verdin-imx8mp_sn65dsi84_overlay.dts index ed346dd..a3bb25c 100644 --- a/overlays/verdin-imx8mp_sn65dsi84_overlay.dts +++ b/overlays/verdin-imx8mp_sn65dsi84_overlay.dts @@ -59,3 +59,19 @@ &ml_vipsi { status = "okay"; }; + +&vpu_g1 { + status = "okay"; +}; + +&vpu_g2 { + status = "okay"; +}; + +&vpu_vc8000e { + status = "okay"; +}; + +&vpu_v4l2 { + status = "okay"; +}; -- cgit v1.2.3