Message ID | 1432826225-6743-7-git-send-email-ulrich.hecht+renesas@gmail.com (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Geert Uytterhoeven |
Headers | show |
On Thu, May 28, 2015 at 5:17 PM, Ulrich Hecht <ulrich.hecht+renesas@gmail.com> wrote: > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> > Cc: Mark Rutland <mark.rutland@arm.com> Acked-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 -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt index 1a05c1b..ca13de6 100644 --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt @@ -48,10 +48,13 @@ Required Properties: (CMT[01]) - "renesas,cmt-48-r8a7791" for the r8a7791 48-bit CMT (CMT[01]) + - "renesas,cmt-48-r8a7793" for the r8a7793 48-bit CMT + (CMT[01]) - "renesas,cmt-48-gen2" for all second generation 48-bit CMT - (CMT[01] on r8a73a4, r8a7790 and r8a7791) + (CMT[01] on r8a73a4, r8a7790, r8a7791, and r8a7793) This is a fallback for the renesas,cmt-48-r8a73a4, - renesas,cmt-48-r8a7790 and renesas,cmt-48-r8a7791 entries. + renesas,cmt-48-r8a7790, renesas,cmt-48-r8a7791, and + renesas,cmt-48-r8a7793 entries. - reg: base address and length of the registers block for the timer module. - interrupts: interrupt-specifier for the timer, one per channel.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Cc: Mark Rutland <mark.rutland@arm.com> --- Documentation/devicetree/bindings/timer/renesas,cmt.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)