From patchwork Thu Apr 30 14:19:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 6304021 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5863DBEEE1 for ; Thu, 30 Apr 2015 14:19:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6F668201EF for ; Thu, 30 Apr 2015 14:19:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F903201F4 for ; Thu, 30 Apr 2015 14:19:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751823AbbD3OT3 (ORCPT ); Thu, 30 Apr 2015 10:19:29 -0400 Received: from mail-wg0-f50.google.com ([74.125.82.50]:33264 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbbD3OT1 (ORCPT ); Thu, 30 Apr 2015 10:19:27 -0400 Received: by wgin8 with SMTP id n8so64060508wgi.0; Thu, 30 Apr 2015 07:19:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=OjM1OEnXr9+M++T24DDddzqfJmcW6J24wW33JFcKvK4=; b=GJGFmRy+T6eeCXAC2bF2vUhK1ptxzzekPlkHD4X2HNHstOd83XrpKEeUvBJeOJbGL2 D9YAEkwj7+r6PvssHuZNPZp4PayiXW2f2Y90C+Aa6wBEty+oixK9zXygErL7MiAciQHH aejCGrZPW70CUQI3bTRzXA5b+gJ7zmBoxWMvkTQEqShNdbCaur88aTMlnGdwNmlOnEnm 4MkxLQHWJxkTPO85fWZ7fldgYILNkC5n9oBavYHJX3nIdL+qNFOcvR6qWxVw6n7vPaAb SsjdeSGmu6aW0y88xw7tcac/ok8F/F+swGOwaa/swVviNcziBBosd7Hyp7gGMIaOYwj5 +4gA== X-Received: by 10.180.78.199 with SMTP id d7mr5977233wix.94.1430403565647; Thu, 30 Apr 2015 07:19:25 -0700 (PDT) Received: from groucho.site ([46.166.186.249]) by mx.google.com with ESMTPSA id z13sm3508122wjr.44.2015.04.30.07.19.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Apr 2015 07:19:24 -0700 (PDT) From: Ulrich Hecht To: geert@linux-m68k.org, horms@verge.net.au, linux-sh@vger.kernel.org Cc: magnus.damm@gmail.com, laurent.pinchart+renesas@ideasonboard.com, kuninori.morimoto.gx@renesas.com, linus.walleij@linaro.org, Ulrich Hecht , devicetree@vger.kernel.org Subject: [PATCH v2 11/15] clk: shmobile: r8a7793: document DIV6 clock bindings Date: Thu, 30 Apr 2015 16:19:00 +0200 Message-Id: <1430403544-26742-12-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.3.5 In-Reply-To: <1430403544-26742-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1430403544-26742-1-git-send-email-ulrich.hecht+renesas@gmail.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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: Ulrich Hecht Acked-by: Simon Horman Cc: devicetree@vger.kernel.org Acked-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt index 054f65f..b0a3a11 100644 --- a/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-div6-clocks.txt @@ -10,7 +10,8 @@ Required Properties: - "renesas,r8a73a4-div6-clock" for R8A73A4 (R-Mobile APE6) DIV6 clocks - "renesas,r8a7740-div6-clock" for R8A7740 (R-Mobile A1) DIV6 clocks - "renesas,r8a7790-div6-clock" for R8A7790 (R-Car H2) DIV6 clocks - - "renesas,r8a7791-div6-clock" for R8A7791 (R-Car M2) DIV6 clocks + - "renesas,r8a7791-div6-clock" for R8A7791 (R-Car M2-W) DIV6 clocks + - "renesas,r8a7793-div6-clock" for R8A7793 (R-Car M2-N) DIV6 clocks - "renesas,sh73a0-div6-clock" for SH73A0 (SH-Mobile AG5) DIV6 clocks - "renesas,cpg-div6-clock" for generic DIV6 clocks - reg: Base address and length of the memory resource used by the DIV6 clock