summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-07-29 19:54:37 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-08-03 17:32:54 +0200
commit167112ffcd8c4864cb520931fafeeba1b5da1230 (patch)
tree7f9cbc88d9133f77ad524cc82637a58912a88b94
parentd0f54498d82659b4c7f23d32d1f5838e7ad8c641 (diff)
arm64: dts: verdin-imx8mmm: enable vpu and v4l2
Enable vpu as it was done on toradex_5.4-2.3.x-imx. Enable also the newly introduced v4l2 unit. Upstream-Status: Inappropriate [other] - vpu_g1, vpu_g2, vpu_h1 have already status=ok in upstream dtsi, therefore this patch is not needed - vpu_v4l2 exists only in downstream Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
index 59fafadfbffc..ec7737cbae7b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
@@ -780,6 +780,22 @@
vmmc-supply = <&reg_usdhc2_vmmc>;
};
+&vpu_g1 {
+ status = "okay";
+};
+
+&vpu_g2 {
+ status = "okay";
+};
+
+&vpu_h1 {
+ status = "okay";
+};
+
+&vpu_v4l2 {
+ status = "okay";
+};
+
&wdog1 {
fsl,ext-reset-output;
pinctrl-names = "default";