From patchwork Sun Jun 21 08:09:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 487046 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C00E81401AD for ; Sun, 21 Jun 2015 18:08:01 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=EaH9gUHo; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932767AbbFUIHt (ORCPT ); Sun, 21 Jun 2015 04:07:49 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:34996 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752237AbbFUIGw (ORCPT ); Sun, 21 Jun 2015 04:06:52 -0400 Received: by pdbci14 with SMTP id ci14so59797276pdb.2; Sun, 21 Jun 2015 01:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=ItPvaLqPm4gZU76QnEj5Gy2lZxpUHR3zQ3ewbooOGtU=; b=EaH9gUHoqj5vkxbY2zEByJtlN7yBSUBFlNA41nEN/K3hwNSZ7yJinlb3a7W5nDZQPl Fgwa7jzUVBvaytXs82+pgBmVYc2VbeYGhaMPpwzRcOE0ojQPGoOTLTWj2uyLpiS2DgkK FXhRNVtZhTlV4oghCBO1Rv8wQhQrN8K/MU8bjLXJjnupH+ozpCoiuCk/KNsyhcnkajyy tyW1ErMVSZZqccyg8P0+O/hDgbOZWBNb5bKBkemQqM0ELqQzLj9KeGTTy4MazLNPaXh/ BWxzk2Ikg1kaOUZElEsp9vgd1EC2FcY8QF/5nZBpSFxk1fqM3mOSzgw1qDbxHqsYbOCv 1kew== X-Received: by 10.68.240.40 with SMTP id vx8mr8362107pbc.14.1434874011107; Sun, 21 Jun 2015 01:06:51 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id he9sm16105466pbc.7.2015.06.21.01.06.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 21 Jun 2015 01:06:49 -0700 (PDT) From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: devicetree@vger.kernel.org, laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be, linux-sh@vger.kernel.org, daniel.lezcano@linaro.org, horms+renesas@verge.net.au, Magnus Damm , tglx@linutronix.de Date: Sun, 21 Jun 2015 17:09:38 +0900 Message-Id: <20150621080938.10187.47239.sendpatchset@little-apple> In-Reply-To: <20150621080903.10187.20998.sendpatchset@little-apple> References: <20150621080903.10187.20998.sendpatchset@little-apple> Subject: [PATCH 03/08] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Magnus Damm Add documentation for new separate CMT0 and CMT1 DT compatible strings for R-Car Gen2. These compat strings allow us to enable CMT1-specific features in the driver. The old compat strings will be deprecated in the not so distant future. Signed-off-by: Magnus Damm --- Documentation/devicetree/bindings/timer/renesas,cmt.txt | 3 +++ 1 file changed, 3 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in --- 0004/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ work/Documentation/devicetree/bindings/timer/renesas,cmt.txt 2015-06-20 14:04:25.592366518 +0900 @@ -40,6 +40,9 @@ Required Properties: (CMT1 on sh7372, sh73a0 and r8a7740) This is a fallback for the above renesas,cmt-48-* entries. + - "renesas,cmt0-rcar-gen2" for 32-bit CMT0 devices included in R-Car Gen2. + - "renesas,cmt1-rcar-gen2" for 48-bit CMT1 devices included in R-Car Gen2. + - "renesas,cmt-48-r8a73a4" for the r8a73a4 48-bit CMT (CMT[01]) - "renesas,cmt-48-r8a7790" for the r8a7790 48-bit CMT