From patchwork Fri Aug 8 14:23:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 4696521 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 68F909F377 for ; Fri, 8 Aug 2014 14:23:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A453F20109 for ; Fri, 8 Aug 2014 14:23:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D68642010E for ; Fri, 8 Aug 2014 14:23:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752839AbaHHOXZ (ORCPT ); Fri, 8 Aug 2014 10:23:25 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:52979 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752502AbaHHOXY (ORCPT ); Fri, 8 Aug 2014 10:23:24 -0400 Received: by mail-wi0-f178.google.com with SMTP id hi2so1096489wib.17 for ; Fri, 08 Aug 2014 07:23:23 -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=3Ysw33JSxwGedoLTXfYIngWKDF/628W58KmX/NuN6GA=; b=EpdTT5Qf7WhC+RxQ5P414giecyeUEsXcYobKRjB8m2IHJRpj07rwg9qtHp+GWnDkxm r3WMJYrHoUyPhv+9YZrvhQyDzUUp9fl4Q4O+3Rzt2ny6d8Wj4Sgp/ng1R+zUGgQpMXZ7 QXNpeo2rF5NTBNHybfmCDDcAM94gSKKrYx+l66JJw5+73TRuE8T96a9k9zqnX/E+K7/e 5IFf9tCEw54T/80e5Ld9zx2QQpIrvVf3pEcYdURl9G49hGR4q+T2ddUKmT6aweoaDUa/ gLQgnQGnBX+Vhylt8ERbYnKWabSPUjX/2NKw1197ovYjgq4sBSxBV148hfHzFeqIuPOb LaFQ== X-Received: by 10.194.184.230 with SMTP id ex6mr31837087wjc.83.1407507803315; Fri, 08 Aug 2014 07:23:23 -0700 (PDT) Received: from groucho.site ([46.166.186.233]) by mx.google.com with ESMTPSA id o2sm7597448wij.24.2014.08.08.07.23.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Aug 2014 07:23:22 -0700 (PDT) From: Ulrich Hecht To: horms@verge.net.au Cc: linux-sh@vger.kernel.org, mturquette@linaro.org, devicetree@vger.kernel.org, magnus.damm@gmail.com, Ulrich Hecht Subject: [PATCH v2 1/5] ARM: shmobile: r8a7740: document MSTP clock support Date: Fri, 8 Aug 2014 16:23:08 +0200 Message-Id: <1407507792-8121-2-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 1.8.4.5 In-Reply-To: <1407507792-8121-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1407507792-8121-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..b3c0617 100644 --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt @@ -11,6 +11,7 @@ Required Properties: - compatible: Must be one of the following - "renesas,r7s72100-mstp-clocks" for R7S72100 (RZ) MSTP gate clocks + - "renesas,r8a7740-mstp-clocks" for R8A7740 (R-Mobile A1) MSTP gate clocks - "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