From patchwork Mon Aug 18 15:51:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 4737791 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 10C27C033A for ; Mon, 18 Aug 2014 15:52:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4F3BC20120 for ; Mon, 18 Aug 2014 15:52:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D139020136 for ; Mon, 18 Aug 2014 15:52:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751552AbaHRPwT (ORCPT ); Mon, 18 Aug 2014 11:52:19 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:53289 "EHLO mail-la0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396AbaHRPwT (ORCPT ); Mon, 18 Aug 2014 11:52:19 -0400 Received: by mail-la0-f42.google.com with SMTP id pv20so4751280lab.1 for ; Mon, 18 Aug 2014 08:52:17 -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=1dorGS06hK231fwxJrSkMXVW0FbCeG8+IldzHPuy6fs=; b=yJRjvT7X223HK5tUIrN96RJVsWmbNK9/Yg7c6cUvuo/WHftf+rU2InucCopSPKH6os NLuaQVpxiDmZvPUQaPeLevVR9MwRj4nLbVs/At3cy85xrve7Pzzlz0KYbUR8CxzI3gcO v+dqPV8S9OtBBlrCfduCAhvzjVHyHPq0ymrM+U7NDU8KtVRQ9W2Lyg8KW8NTNztKZI4v jieu5AB2j9Wx5e9p75tVyNZOlBENBwwCEkviaibUZmg9J41yApODfdXhWD/Bf4+CpYmt VTdOf1yvvEYQKDp8W+G0hwNqq2H9sAredi+tXG9Yan8Is+2kzRYsKC8Jwknx3Rl5M0mp V9Gw== X-Received: by 10.152.161.225 with SMTP id xv1mr30488970lab.71.1408377137831; Mon, 18 Aug 2014 08:52:17 -0700 (PDT) Received: from groucho.site ([46.166.186.241]) by mx.google.com with ESMTPSA id mi10sm27702193lbc.19.2014.08.18.08.52.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Aug 2014 08:52:17 -0700 (PDT) From: Ulrich Hecht To: horms@verge.net.au Cc: linux-sh@vger.kernel.org, mturquette@linaro.org, magnus.damm@gmail.com, Ulrich Hecht Subject: [PATCH 6/8] ARM: shmobile: r8a7794: document MSTP clock support Date: Mon, 18 Aug 2014 17:51:45 +0200 Message-Id: <1408377107-3822-7-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 1.8.4.5 In-Reply-To: <1408377107-3822-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1408377107-3822-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=-7.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 --- Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt index 8a92b5f..a03c8c0 100644 --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt @@ -14,6 +14,7 @@ Required Properties: - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2) MSTP gate clocks + - "renesas,r8a7794-mstp-clocks" for R8A7794 (R-Car E2) MSTP gate clocks - "renesas,cpg-mstp-clock" for generic MSTP gate clocks - reg: Base address and length of the I/O mapped registers used by the MSTP clocks. The first register is the clock control register and is mandatory.