On Thu, Mar 20, 2025 at 08:24:31AM +0530, Vikash Garodia wrote: > Enable video nodes on the sa8775p-ride board and point to the > appropriate firmware files. > > Signed-off-by: Vikash Garodia <quic_vgarodia@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi b/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi > index 175f8b1e3b2ded15fc3265ac8c26b14473b618f6..2b3d0876dc7f270dbd24081b698ce80e2c27a174 100644 > --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi > +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dtsi > @@ -1038,3 +1038,8 @@ &usb_2_hsphy { > &xo_board_clk { > clock-frequency = <38400000>; > }; > + > +&iris { > + firmware-name = "qcom/vpu/vpu30_p4_s6.mbn"; > + status = "okay"; Nit: please add empty line before status line. With that fixed: Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> > +}; > > -- > 2.34.1 > -- With best wishes Dmitry