Re: [PATCH v2 4/4] arm64: dts: qcom: qrb4210-rb2: enable venus device

From: Vishnu Reddy

Date: Thu Jun 04 2026 - 02:15:37 EST



On 5/15/2026 5:29 PM, Dmitry Baryshkov wrote:
> Enable the Venus en/decoding device on the Qualcomm RB2 board. The HFI
> Gen2 firmware for AR50Lt platforms doesn't work on RB2, so fix the
> firmware in the DT for now.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/qrb4210-rb2.dts | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> index 1203172729fa..a6236b09cdbd 100644
> --- a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> +++ b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> @@ -739,6 +739,12 @@ &usb_qmpphy_out {
> remote-endpoint = <&pmi632_ss_in>;
> };
>
> +&venus {
> + firmware-name = "qcom/venus-6.0/venus.mbn";
> +
> + status = "okay";
> +};
> +
> &wifi {
> /* SoC */
> vdd-0.8-cx-mx-supply = <&vreg_l8a_0p664>;

Reviewed-by: Vishnu Reddy <busanna.reddy@xxxxxxxxxxxxxxxx>