Message ID | 1540542973-15752-1-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 753adc2e6f1d12aa69898e703f7da8a1ba164906 |
Headers | show |
Series | dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support | expand |
> Subject: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support > > Document SoC specific compatible strings for r8a77470. No driver change > is needed as the fallback strings will activate the right code. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > --- > This patch is tested against linux-next > --- > Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt > index 6de27b6..eb602c5 100644 > --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt > +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt > @@ -28,6 +28,8 @@ Required Properties: > - "renesas,r8a7744-cmt1" for the 48-bit CMT1 device included in r8a7744. > - "renesas,r8a7745-cmt0" for the 32-bit CMT0 device included in r8a7745. > - "renesas,r8a7745-cmt1" for the 48-bit CMT1 device included in r8a7745. > + - "renesas,r8a77470-cmt0" for the 32-bit CMT0 device included in r8a77470. > + - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470. > - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790. > - "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790. > - "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791. > -- > 2.7.4 Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
On Fri, Oct 26, 2018 at 09:36:13AM +0100, Biju Das wrote: > Document SoC specific compatible strings for r8a77470. No driver change > is needed as the fallback strings will activate the right code. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On Fri, Oct 26, 2018 at 09:48:19AM +0000, Fabrizio Castro wrote: > > Subject: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support > > > > Document SoC specific compatible strings for r8a77470. No driver change > > is needed as the fallback strings will activate the right code. > > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Thanks, applied for v4.21.
On Wed, Oct 31, 2018 at 01:55:16PM +0100, Simon Horman wrote: > On Fri, Oct 26, 2018 at 09:48:19AM +0000, Fabrizio Castro wrote: > > > Subject: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a77470 CMT support > > > > > > Document SoC specific compatible strings for r8a77470. No driver change > > > is needed as the fallback strings will activate the right code. > > > > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > > > > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > > Thanks, applied for v4.21. On second thoughts, I think this should either go through Daniel's tree or be acked by him.
On Fri, 26 Oct 2018 09:36:13 +0100, Biju Das wrote: > Document SoC specific compatible strings for r8a77470. No driver change > is needed as the fallback strings will activate the right code. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > --- > This patch is tested against linux-next > --- > Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On 26/10/2018 10:36, Biju Das wrote: > Document SoC specific compatible strings for r8a77470. No driver change > is needed as the fallback strings will activate the right code. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > --- Applied also, thanks!
diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt index 6de27b6..eb602c5 100644 --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt @@ -28,6 +28,8 @@ Required Properties: - "renesas,r8a7744-cmt1" for the 48-bit CMT1 device included in r8a7744. - "renesas,r8a7745-cmt0" for the 32-bit CMT0 device included in r8a7745. - "renesas,r8a7745-cmt1" for the 48-bit CMT1 device included in r8a7745. + - "renesas,r8a77470-cmt0" for the 32-bit CMT0 device included in r8a77470. + - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470. - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790. - "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790. - "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791.
Document SoC specific compatible strings for r8a77470. No driver change is needed as the fallback strings will activate the right code. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- This patch is tested against linux-next --- Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++ 1 file changed, 2 insertions(+)