On Wed, Sep 1, 2021 at 11:17 AM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > From: Duc Nguyen <duc.nguyen.ub@xxxxxxxxxxx> > > This patch adds TPU node for R-Car V3U (r8a779a0) SoC. > > Signed-off-by: Duc Nguyen <duc.nguyen.ub@xxxxxxxxxxx> > Signed-off-by: LUU HOAI <hoai.luu.ub@xxxxxxxxxxx> > Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxx> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> i.e. will queue in renesas-devel for v5.16. > --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi > @@ -1023,6 +1023,17 @@ msiof5: spi@e6c28000 { > status = "disabled"; > }; > > + tpu: pwm@e6e80000 { I'll move this just before "msiof0: spi@e6e90000" while applying, to preserve sort order. > + compatible = "renesas,tpu-r8a779a0", "renesas,tpu"; > + reg = <0 0xe6e80000 0 0x148>; > + interrupts = <GIC_SPI 515 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&cpg CPG_MOD 718>; > + power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>; > + resets = <&cpg 718>; > + #pwm-cells = <3>; > + status = "disabled"; > + }; > + > dmac1: dma-controller@e7350000 { > compatible = "renesas,dmac-r8a779a0"; > reg = <0 0xe7350000 0 0x1000>, Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds