[PATCH v2 5/5] arm64: dts: qcom: eliza-evk: Enable iris video codec

From: Wangao Wang

Date: Mon Sep 21 2026 - 06:17:33 EST


The Eliza EVK includes the Iris video codec, but the device tree leaves
the node disabled. Mark it as okay so the video codec driver can probe
on this board.

Signed-off-by: Wangao Wang <wangao.wang@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/eliza-evk.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/eliza-evk.dtsi b/arch/arm64/boot/dts/qcom/eliza-evk.dtsi
index 6c5cc47a183eac353e833dc2c3971b5a7301ab05..0d8f86b6c6fed16892369b0d1fa9c7a14f575370 100644
--- a/arch/arm64/boot/dts/qcom/eliza-evk.dtsi
+++ b/arch/arm64/boot/dts/qcom/eliza-evk.dtsi
@@ -148,6 +148,10 @@ gpio_expander1: gpio@3c {
};
};

+&iris {
+ status = "okay";
+};
+
&pcie0 {
status = "okay";
};

--
2.43.0