summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-08-18 10:15:52 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-08-23 13:02:13 +0000
commitfce7d974897778052b9ba45730b34c5016bf0030 (patch)
treedab71ed88d1d8c1148d544f00f3d2df9421219ba
parentd929016dbba2d5155fde647d846aa4b6b57664c9 (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--overlays/verdin-imx8mp_lt8912_overlay.dts16
-rw-r--r--overlays/verdin-imx8mp_native-hdmi_overlay.dts16
-rw-r--r--overlays/verdin-imx8mp_sn65dsi84_overlay.dts16
3 files changed, 48 insertions, 0 deletions
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";
+};