Message ID | 20210401144336.2495479-10-emil.l.velikov@gmail.com |
---|---|
State | New |
Headers | show |
Series | Microchip SAMA5D4 VPU support et al | expand |
On 01/04/2021 16:43, Emil Velikov wrote: > From: Emil Velikov <emil.velikov@collabora.com> > > Add the SAMA5D4 VDEC module which comprises Hantro G1 video decoder > core. I've accepted parts 1-8 of this series for 5.14, so this remaining patch can be merged by whoever handles such dts patches. Regards, Hans > > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Frank Rowand <frowand.list@gmail.com> > Cc: devicetree@vger.kernel.org > Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> > Signed-off-by: Emil Velikov <emil.velikov@collabora.com> > --- > v2 > - Split out of larger patch (Eze) > - s/Atmel/Microchip/ (Nicolas) > - Drop leading 0 in node name/address > > v3 > - Drop the clk/irq names (RobH) > --- > arch/arm/boot/dts/sama5d4.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > index 05c55875835d..e47e1ca63043 100644 > --- a/arch/arm/boot/dts/sama5d4.dtsi > +++ b/arch/arm/boot/dts/sama5d4.dtsi > @@ -101,6 +101,13 @@ nfc_sram: sram@100000 { > ranges = <0 0x100000 0x2400>; > }; > > + vdec0: vdec@300000 { > + compatible = "microchip,sama5d4-vdec"; > + reg = <0x00300000 0x100000>; > + interrupts = <19 IRQ_TYPE_LEVEL_HIGH 4>; > + clocks = <&pmc PMC_TYPE_PERIPHERAL 19>; > + }; > + > usb0: gadget@400000 { > compatible = "atmel,sama5d3-udc"; > reg = <0x00400000 0x100000 >
Hi Hans, On Wed, 5 May 2021 at 15:31, Hans Verkuil <hverkuil@xs4all.nl> wrote: > > On 01/04/2021 16:43, Emil Velikov wrote: > > From: Emil Velikov <emil.velikov@collabora.com> > > > > Add the SAMA5D4 VDEC module which comprises Hantro G1 video decoder > > core. > > I've accepted parts 1-8 of this series for 5.14, so this remaining patch > can be merged by whoever handles such dts patches. > Can you please include this patch as well. As you can see it has been Acked by Nicolas, one of the AT91 maintainers so it can go with the media tree. > Regards, > > Hans > > > > > Cc: Rob Herring <robh+dt@kernel.org> > > Cc: Frank Rowand <frowand.list@gmail.com> > > Cc: devicetree@vger.kernel.org > > Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> > > Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Thanks Emil
On 06/05/2021 14:31, Emil Velikov wrote: > Hi Hans, > > On Wed, 5 May 2021 at 15:31, Hans Verkuil <hverkuil@xs4all.nl> wrote: >> >> On 01/04/2021 16:43, Emil Velikov wrote: >>> From: Emil Velikov <emil.velikov@collabora.com> >>> >>> Add the SAMA5D4 VDEC module which comprises Hantro G1 video decoder >>> core. >> >> I've accepted parts 1-8 of this series for 5.14, so this remaining patch >> can be merged by whoever handles such dts patches. >> > Can you please include this patch as well. As you can see it has been > Acked by Nicolas, one of the AT91 maintainers so it can go with the > media tree. OK, I'll do that. Usually these dts patches go through a different subsystem... Regards, Hans > >> Regards, >> >> Hans >> >>> >>> Cc: Rob Herring <robh+dt@kernel.org> >>> Cc: Frank Rowand <frowand.list@gmail.com> >>> Cc: devicetree@vger.kernel.org >>> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> >>> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> > > Thanks > Emil >
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index 05c55875835d..e47e1ca63043 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -101,6 +101,13 @@ nfc_sram: sram@100000 { ranges = <0 0x100000 0x2400>; }; + vdec0: vdec@300000 { + compatible = "microchip,sama5d4-vdec"; + reg = <0x00300000 0x100000>; + interrupts = <19 IRQ_TYPE_LEVEL_HIGH 4>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 19>; + }; + usb0: gadget@400000 { compatible = "atmel,sama5d3-udc"; reg = <0x00400000 0x100000