On Thu, Mar 20, 2025 at 08:24:30AM +0530, Vikash Garodia wrote: > Video node enables video on Qualcomm SA8775P platform. > > Signed-off-by: Vikash Garodia <quic_vgarodia@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sa8775p.dtsi | 71 +++++++++++++++++++++++++++++++++++ > 1 file changed, 71 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi > index 3394ae2d13003417a15e64c9e47833725ec779e6..0b5bfcdb803913396ff269c9002b4314991075b8 100644 > --- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi > +++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi > @@ -10,6 +10,7 @@ > #include <dt-bindings/clock/qcom,sa8775p-dispcc.h> > #include <dt-bindings/clock/qcom,sa8775p-gcc.h> > #include <dt-bindings/clock/qcom,sa8775p-gpucc.h> > +#include <dt-bindings/clock/qcom,sa8775p-videocc.h> > #include <dt-bindings/dma/qcom-gpi.h> > #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h> > #include <dt-bindings/mailbox/qcom-ipcc.h> > @@ -3783,6 +3784,76 @@ llcc: system-cache-controller@9200000 { > interrupts = <GIC_SPI 580 IRQ_TYPE_LEVEL_HIGH>; > }; > > + iris: video-codec@aa00000 { > + compatible = "qcom,sa8775p-iris", "qcom,sm8550-iris"; > + > + reg = <0 0x0aa00000 0 0xf0000>; 0x0 instead of 0 LGTM otherwise. > + interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>; > + -- With best wishes Dmitry