From patchwork Wed Dec 10 11:55:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Kaneko X-Patchwork-Id: 5468241 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F10F9BEEA8 for ; Wed, 10 Dec 2014 11:58:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2AE17200F2 for ; Wed, 10 Dec 2014 11:58:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6F80820114 for ; Wed, 10 Dec 2014 11:58:41 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XyfsM-0000h4-SL; Wed, 10 Dec 2014 11:56:14 +0000 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XyfsJ-0000QM-CW for linux-arm-kernel@lists.infradead.org; Wed, 10 Dec 2014 11:56:12 +0000 Received: by mail-pa0-f42.google.com with SMTP id et14so2686189pad.29 for ; Wed, 10 Dec 2014 03:55:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=pk6x0/KPKyrluxKwR2FDEkv1Cwbu605CqEGmpDiyk4k=; b=w5ZMSVHEDUcciMo6woMb7CrcTgD3ph7z2obLKt2pMgCrMOL7ER7ls5MXB++4q5mmzN cEUA81V5HuWZ+eYsLN5Eso3JpdLTVou/DnchEDkAvUeM8MoGywHIIZ/qRAX7hFcq2ten Vq0Yb0sKbyswPu0S9+JnqKKVp402RCYD+DHv7UCk7u/wvpKMRvrVWwCWW+YrRdbS3Zlt kOxhREoRd9jPdaNgXqVoqCz7h/SDb/0vzafEpMQ9x2QJS2VDJ2obX1m3NQIGbZuazBdO R5CqF+NlHxpbS1RyFIdI9uoNBmYglwMcxaVv8d0CJ81v2FOSI6EpTC2etCXbBGybq1PI mHxQ== X-Received: by 10.66.157.196 with SMTP id wo4mr6491039pab.156.1418212549851; Wed, 10 Dec 2014 03:55:49 -0800 (PST) Received: from localhost.localdomain (p5095-ipngn6701marunouchi.tokyo.ocn.ne.jp. [153.174.4.95]) by mx.google.com with ESMTPSA id w5sm4112792pdj.13.2014.12.10.03.55.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 10 Dec 2014 03:55:49 -0800 (PST) From: Yoshihiro Kaneko To: linux-sh@vger.kernel.org Subject: [PATCH] ARM: shmobile: r8a7793: document CPG clock support Date: Wed, 10 Dec 2014 20:55:02 +0900 Message-Id: <1418212502-19905-1-git-send-email-ykaneko0929@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141210_035611_486870_6C949E6D X-CRM114-Status: UNSURE ( 9.37 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.6 (/) Cc: Simon Horman , Magnus Damm , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Yoshihiro Kaneko Acked-by: Geert Uytterhoeven Acked-by: Simon Horman --- Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt index e6ad35b..fc7ef99 100644 --- a/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt +++ b/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt @@ -8,6 +8,7 @@ Required Properties: - compatible: Must be one of - "renesas,r8a7790-cpg-clocks" for the r8a7790 CPG - "renesas,r8a7791-cpg-clocks" for the r8a7791 CPG + - "renesas,r8a7793-cpg-clocks" for the r8a7793 CPG - "renesas,r8a7794-cpg-clocks" for the r8a7794 CPG - "renesas,rcar-gen2-cpg-clocks" for the generic R-Car Gen2 CPG