All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs
@ 2020-12-09 19:56 Niklas Söderlund
  2020-12-10  2:52 ` Rob Herring
  2020-12-10 12:44 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Niklas Söderlund @ 2020-12-09 19:56 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, devicetree
  Cc: linux-renesas-soc, Niklas Söderlund

Add missing bindings for Gen3 SoCs.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index c54188731a1bd7c1..f0f0f121c355b159 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -28,8 +28,14 @@ properties:
           - renesas,tmu-r8a774e1 # RZ/G2H
           - renesas,tmu-r8a7778  # R-Car M1A
           - renesas,tmu-r8a7779  # R-Car H1
+          - renesas,tmu-r8a7795  # R-Car H3
+          - renesas,tmu-r8a7796  # R-Car M3-W
+          - renesas,tmu-r8a77961 # R-Car M3-W+
+          - renesas,tmu-r8a77965 # R-Car M3-N
           - renesas,tmu-r8a77970 # R-Car V3M
           - renesas,tmu-r8a77980 # R-Car V3H
+          - renesas,tmu-r8a77990 # R-Car E3
+          - renesas,tmu-r8a77995 # R-Car D3
       - const: renesas,tmu
 
   reg:
-- 
2.29.2


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

* Re: [PATCH] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs
  2020-12-09 19:56 [PATCH] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs Niklas Söderlund
@ 2020-12-10  2:52 ` Rob Herring
  2020-12-10 12:44 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-12-10  2:52 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: devicetree, Rob Herring, Geert Uytterhoeven, linux-renesas-soc

On Wed, 09 Dec 2020 20:56:24 +0100, Niklas Söderlund wrote:
> Add missing bindings for Gen3 SoCs.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> ---
>  Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

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

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

* Re: [PATCH] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs
  2020-12-09 19:56 [PATCH] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs Niklas Söderlund
  2020-12-10  2:52 ` Rob Herring
@ 2020-12-10 12:44 ` Geert Uytterhoeven
  2020-12-10 22:18   ` Rob Herring
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2020-12-10 12:44 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: Rob Herring,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Dec 9, 2020 at 8:56 PM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Add missing bindings for Gen3 SoCs.
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

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: timer: renesas,tmu: Document missing Gen3 SoCs
  2020-12-10 12:44 ` Geert Uytterhoeven
@ 2020-12-10 22:18   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-12-10 22:18 UTC (permalink / raw)
  To: Geert Uytterhoeven, Niklas Söderlund
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Thu, Dec 10, 2020 at 6:44 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> On Wed, Dec 9, 2020 at 8:56 PM Niklas Söderlund
> <niklas.soderlund+renesas@ragnatech.se> wrote:
> > Add missing bindings for Gen3 SoCs.
> >
> > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

You're going to need to resend to Daniel. I'm assuming he'll apply it.
I could, but I can't really keep track if there are other changes.

Rob

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

end of thread, other threads:[~2020-12-10 23:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 19:56 [PATCH] dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs Niklas Söderlund
2020-12-10  2:52 ` Rob Herring
2020-12-10 12:44 ` Geert Uytterhoeven
2020-12-10 22:18   ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.