linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
@ 2021-09-01  9:07 Wolfram Sang
  2021-09-02 21:02 ` Rob Herring
  2021-09-06  9:34 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfram Sang @ 2021-09-01  9:07 UTC (permalink / raw)
  To: linux-pwm
  Cc: Duc Nguyen, Wolfram Sang, Thierry Reding, Uwe Kleine-König,
	Lee Jones, Rob Herring, Laurent Pinchart, devicetree,
	linux-kernel

From: Duc Nguyen <duc.nguyen.ub@renesas.com>

Add device tree bindings for TPU with the PWM controller found
on R-Car V3U SoCs.

Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
index 81ccb2110162..0171a04257b8 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
@@ -38,6 +38,7 @@ properties:
           - renesas,tpu-r8a77965  # R-Car M3-N
           - renesas,tpu-r8a77970  # R-Car V3M
           - renesas,tpu-r8a77980  # R-Car V3H
+          - renesas,tpu-r8a779a0  # R-Car V3U
       - const: renesas,tpu
 
   reg:
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-09-01  9:07 [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings Wolfram Sang
@ 2021-09-02 21:02 ` Rob Herring
  2021-10-12 12:03   ` Wolfram Sang
  2021-09-06  9:34 ` Geert Uytterhoeven
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2021-09-02 21:02 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Rob Herring, linux-kernel, Lee Jones, Thierry Reding, linux-pwm,
	devicetree, Duc Nguyen, Uwe Kleine-König, Laurent Pinchart

On Wed, 01 Sep 2021 11:07:19 +0200, Wolfram Sang wrote:
> From: Duc Nguyen <duc.nguyen.ub@renesas.com>
> 
> Add device tree bindings for TPU with the PWM controller found
> on R-Car V3U SoCs.
> 
> Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-09-01  9:07 [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings Wolfram Sang
  2021-09-02 21:02 ` Rob Herring
@ 2021-09-06  9:34 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-09-06  9:34 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux PWM List, Duc Nguyen, Thierry Reding,
	Uwe Kleine-König, Lee Jones, Rob Herring, Laurent Pinchart,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux Kernel Mailing List

On Wed, Sep 1, 2021 at 11:08 AM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> From: Duc Nguyen <duc.nguyen.ub@renesas.com>
>
> Add device tree bindings for TPU with the PWM controller found
> on R-Car V3U SoCs.
>
> Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-09-02 21:02 ` Rob Herring
@ 2021-10-12 12:03   ` Wolfram Sang
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2021-10-12 12:03 UTC (permalink / raw)
  To: Rob Herring
  Cc: Rob Herring, linux-kernel, Lee Jones, Thierry Reding, linux-pwm,
	devicetree, Duc Nguyen, Uwe Kleine-König, Laurent Pinchart

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

Hi Rob, 

> > Add device tree bindings for TPU with the PWM controller found
> > on R-Car V3U SoCs.
> > 
> > Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > ---
> >  Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> Acked-by: Rob Herring <robh@kernel.org>

Could you kindly apply this one (like the one for M3-W+), too?

Thanks,

   Wolfram


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-12 12:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01  9:07 [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings Wolfram Sang
2021-09-02 21:02 ` Rob Herring
2021-10-12 12:03   ` Wolfram Sang
2021-09-06  9:34 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).