Re: [PATCH RFC 05/10] arm64: dts: qcom: msm8939-longcheer-l9100: Enable venus node

From: Konrad Dybcio

Date: Thu Apr 16 2026 - 11:17:55 EST


On 4/16/26 3:43 PM, Erikas Bitovtas wrote:
> From: André Apitzsch <git@xxxxxxxxxxx>
>
> Enable the venus node so that the video encoder/decoder will start
> working.
>
> 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";

Likewise

Konrad