Re: [PATCH v5 3/8] arm64: dts: qcom: msm8939-longcheer-l9100: Enable venus node

From: Bryan O'Donoghue

Date: Thu May 07 2026 - 05:06:35 EST


On 07/05/2026 09:32, Erikas Bitovtas wrote:
From: André Apitzsch <git@xxxxxxxxxxx>

Enable the venus node so that the video encoder/decoder will start
working.

Default paths for firmware work on BQ Aquaris M5, which means
firmware-name property can be left out.

Signed-off-by: André Apitzsch <git@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts b/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts
index 13422a19c26a..48514c3df718 100644
--- a/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts
+++ b/arch/arm64/boot/dts/qcom/msm8939-longcheer-l9100.dts
@@ -314,6 +314,14 @@ &usb_hs_phy {
extcon = <&usb_id>;
};

+&venus {
+ status = "okay";
+};
+
+&venus_mem {
+ status = "okay";
+};
+
&wcnss {
status = "okay";
};

--
2.54.0

Reviewed-by: Bryan O'Donoghue <bod@xxxxxxxxxx>