Message ID | 20241219-add-venus-for-qcs615-v6-4-e9a74d3b003d@quicinc.com |
---|---|
State | New |
Headers | show |
Series | media: venus: enable venus on qcs615 | expand |
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>; > };
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>; };
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(+)