Message ID | 20201209195624.804759-1-niklas.soderlund+renesas@ragnatech.se |
---|---|
State | Accepted |
Commit | c4d814416fe3f5eb27438209a83582d7508ba80a |
Headers | show |
Series | dt-bindings: timer: renesas,tmu: Document missing Gen3 SoCs | expand |
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>
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
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
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:
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(+)