Message ID | 1554443049-25127-5-git-send-email-cv-dong@jinso.co.jp (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add CMT support for R-Car H3/M3-N/E3 | expand |
On Fri, Apr 05, 2019 at 02:44:09PM +0900, Cao Van Dong wrote: > Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs. > > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> Thanks, Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On Fri, Apr 05, 2019 at 10:03:43AM +0200, Simon Horman wrote: > On Fri, Apr 05, 2019 at 02:44:09PM +0900, Cao Van Dong wrote: > > Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs. > > > > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> > > Thanks, > > Reviewed-by: Simon Horman <horms+renesas@verge.net.au> I think this patch should be reposted with the following recipients included: Daniel Lezcano <daniel.lezcano@linaro.org> Thomas Gleixner <tglx@linutronix.de> Rob Herring <robh+dt@kernel.org> Mark Rutland <mark.rutland@arm.com> devicetree@vger.kernel.org
On Fri, 5 Apr 2019 14:44:09 +0900, Cao Van Dong wrote: > Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs. > > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> > --- > Documentation/devicetree/bindings/timer/renesas,cmt.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Fri, Apr 5, 2019 at 7:44 AM Cao Van Dong <cv-dong@jinso.co.jp> wrote: > Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs. > > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt index c059445..c5220bc 100644 --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt @@ -42,12 +42,18 @@ Required Properties: - "renesas,r8a7793-cmt1" for the 48-bit CMT1 device included in r8a7793. - "renesas,r8a7794-cmt0" for the 32-bit CMT0 device included in r8a7794. - "renesas,r8a7794-cmt1" for the 48-bit CMT1 device included in r8a7794. + - "renesas,r8a7795-cmt0" for the 32-bit CMT0 device included in r8a7795. + - "renesas,r8a7795-cmt1" for the 48-bit CMT1 device included in r8a7795. - "renesas,r8a7796-cmt0" for the 32-bit CMT0 device included in r8a7796. - "renesas,r8a7796-cmt1" for the 48-bit CMT1 device included in r8a7796. + - "renesas,r8a77965-cmt0" for the 32-bit CMT0 device included in r8a77965. + - "renesas,r8a77965-cmt1" for the 48-bit CMT1 device included in r8a77965. - "renesas,r8a77970-cmt0" for the 32-bit CMT0 device included in r8a77970. - "renesas,r8a77970-cmt1" for the 48-bit CMT1 device included in r8a77970. - "renesas,r8a77980-cmt0" for the 32-bit CMT0 device included in r8a77980. - "renesas,r8a77980-cmt1" for the 48-bit CMT1 device included in r8a77980. + - "renesas,r8a77990-cmt0" for the 32-bit CMT0 device included in r8a77990. + - "renesas,r8a77990-cmt1" for the 48-bit CMT1 device included in r8a77990. - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2 and RZ/G1.
Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs. Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> --- Documentation/devicetree/bindings/timer/renesas,cmt.txt | 6 ++++++ 1 file changed, 6 insertions(+)