[PATCH v6 4/4] arm64: dts: qcom: qcs615-ride: enable venus node to initialize video codec

Renjiang Han posted 4 patches 12 months ago
There is a newer version of this series
[PATCH v6 4/4] arm64: dts: qcom: qcs615-ride: enable venus node to initialize video codec
Posted by Renjiang Han 12 months ago
Enable the venus node to allow the video codec to start working properly
by setting its status to "okay".

Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com>
---
 arch/arm64/boot/dts/qcom/qcs615-ride.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qcs615-ride.dts b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
index a25928933e2b66241258e418c6e5bc36c306101e..de954ede27f0942397d982f9aa725e59a8de9657 100644
--- a/arch/arm64/boot/dts/qcom/qcs615-ride.dts
+++ b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
@@ -237,6 +237,10 @@ &usb_1_dwc3 {
 	dr_mode = "peripheral";
 };
 
+&venus {
+	status = "okay";
+};
+
 &watchdog {
 	clocks = <&sleep_clk>;
 };

-- 
2.34.1
Re: [PATCH v6 4/4] arm64: dts: qcom: qcs615-ride: enable venus node to initialize video codec
Posted by Nicolas Dufresne 7 months ago
Hi,

looks like your patch has been forgotten, hopefully this can be resolved. If
it does not get pick in a week or so, feel free to resend.

Le jeudi 19 décembre 2024 à 11:11 +0530, Renjiang Han a écrit :
> Enable the venus node to allow the video codec to start working properly
> by setting its status to "okay".
> 
> Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com>

Acked-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>

regards,
Nicolas

> ---
>  arch/arm64/boot/dts/qcom/qcs615-ride.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/qcs615-ride.dts b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
> index a25928933e2b66241258e418c6e5bc36c306101e..de954ede27f0942397d982f9aa725e59a8de9657 100644
> --- a/arch/arm64/boot/dts/qcom/qcs615-ride.dts
> +++ b/arch/arm64/boot/dts/qcom/qcs615-ride.dts
> @@ -237,6 +237,10 @@ &usb_1_dwc3 {
>  	dr_mode = "peripheral";
>  };
>  
> +&venus {
> +	status = "okay";
> +};
> +
>  &watchdog {
>  	clocks = <&sleep_clk>;
>  };