From patchwork Fri Sep 9 11:43:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: bd-phuc@jinso.co.jp X-Patchwork-Id: 9323119 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 50D2560869 for ; Fri, 9 Sep 2016 11:44:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 410F229DC5 for ; Fri, 9 Sep 2016 11:44:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 35D2329E27; Fri, 9 Sep 2016 11:44:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DA78D29E22 for ; Fri, 9 Sep 2016 11:44:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753936AbcIILoM (ORCPT ); Fri, 9 Sep 2016 07:44:12 -0400 Received: from www1246.sakura.ne.jp ([219.94.162.56]:10267 "EHLO www1246.sakura.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754094AbcIILoL (ORCPT ); Fri, 9 Sep 2016 07:44:11 -0400 Received: from fsav105.sakura.ne.jp (fsav105.sakura.ne.jp [27.133.134.232]) by www1246.sakura.ne.jp (8.14.5/8.14.5) with ESMTP id u89BhFL9013172; Fri, 9 Sep 2016 20:43:15 +0900 (JST) (envelope-from bd-phuc@jinso.co.jp) Received: from www1246.sakura.ne.jp (219.94.162.56) by fsav105.sakura.ne.jp (F-Secure/fsigk_smtp/530/fsav105.sakura.ne.jp); Fri, 09 Sep 2016 20:43:15 +0900 (JST) X-Virus-Status: clean(F-Secure/fsigk_smtp/530/fsav105.sakura.ne.jp) Received: from localhost (p14010-ipadfx41marunouchi.tokyo.ocn.ne.jp [61.118.107.10]) (authenticated bits=0) by www1246.sakura.ne.jp (8.14.5/8.14.5) with ESMTP id u89BhFNG013168; Fri, 9 Sep 2016 20:43:15 +0900 (JST) (envelope-from bd-phuc@jinso.co.jp) From: bd-phuc@jinso.co.jp To: daniel.lezcano@linaro.org, tglx@linutronix.de Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org, geert+renesas@glider.be, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@vger.kernel.org, laurent.pinchart+renesas@ideasonboard.com, magnus.damm@gmail.com, horms@verge.net.au, kuninori.morimoto.gx@renesas.com, yoshihiro.shimoda.uh@renesas.com, ryusuke.sakato.bx@renesas.com, h-inayoshi@jinso.co.jp, cm-hiep@jinso.co.jp, nv-dung@jinso.co.jp Subject: [PATCH 1/8] devicetree: binding: R-car Gen3 CMT0 and CMT1 bindings Date: Fri, 9 Sep 2016 20:43:07 +0900 Message-Id: <1473421394-9745-2-git-send-email-bd-phuc@jinso.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> References: <1473421394-9745-1-git-send-email-bd-phuc@jinso.co.jp> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Bui Duc Phuc Add documentation for new separate CMT0 and CMT1 DT compatible strings for R-Car Gen3. Signed-off-by: Bui Duc Phuc --- 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 1a05c1b..72fd526 100644 --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt @@ -52,6 +52,8 @@ Required Properties: (CMT[01] on r8a73a4, r8a7790 and r8a7791) This is a fallback for the renesas,cmt-48-r8a73a4, renesas,cmt-48-r8a7790 and renesas,cmt-48-r8a7791 entries. + - "renesas,cmt-48-gen3" for third generation 48-bit CMT + (CMT[01] on r8a7795 and r8a7796) - reg: base address and length of the registers block for the timer module. - interrupts: interrupt-specifier for the timer, one per channel.