From patchwork Sat Aug 29 09:14:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 7094871 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 45FF7BEEC1 for ; Sat, 29 Aug 2015 09:10:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 709CC20613 for ; Sat, 29 Aug 2015 09:10:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97CF720610 for ; Sat, 29 Aug 2015 09:09:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752538AbbH2JJ7 (ORCPT ); Sat, 29 Aug 2015 05:09:59 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:36634 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752491AbbH2JJ6 (ORCPT ); Sat, 29 Aug 2015 05:09:58 -0400 Received: by padhm10 with SMTP id hm10so30940442pad.3; Sat, 29 Aug 2015 02:09:58 -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=RzewJysiyVJIjAdSho986glmcAfwwBAdZMhurHGAJ4s=; b=xOLKwkWkTc4gUZe5hL1k9bPYshje98CxrLJs/OA7VDHddRGroZgUwDRyl1pFF0UBa2 QIL2EaMRMXuG4xwA24qGbsUqk3rkmSmYOrItecU3wnep8pRdaHToLapJcG4EcdogZz51 HFr9Ch5YUHQf5YvOhlv64NagUS3Gx9baD7vP0U45p9rJWISebr+7LD98zEKLFfnvt+P1 TCWf9D3KUQ2LXaJQox41qgYh0rNglrUZMJYJX8Dvg+B/N/Jg//OBsChoWcDKbLIuwju7 rP62qULKYdqRmeoW9uBZRNLo5WIuPDop0yNPftyRIAdlct3onLs7585ysbzPxEO3J9Vu EFmA== X-Received: by 10.68.113.37 with SMTP id iv5mr21919334pbb.104.1440839398304; Sat, 29 Aug 2015 02:09:58 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by smtp.gmail.com with ESMTPSA id iq3sm8079353pbc.88.2015.08.29.02.09.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Aug 2015 02:09:56 -0700 (PDT) From: Magnus Damm To: linux-clk@vger.kernel.org Cc: kuninori.morimoto.gx@renesas.com, gaku.inami.xw@bp.renesas.com, mturquette@baylibre.com, linux-sh@vger.kernel.org, sboyd@codeaurora.org, horms@verge.net.au, geert@linux-m68k.org, laurent.pinchart@ideasonboard.com, Magnus Damm Date: Sat, 29 Aug 2015 18:14:07 +0900 Message-Id: <20150829091407.28546.23953.sendpatchset@little-apple> In-Reply-To: <20150829091323.28546.28287.sendpatchset@little-apple> References: <20150829091323.28546.28287.sendpatchset@little-apple> Subject: [PATCH v4 04/05] clk: shmobile: Add r8a7795 SoC to MSTP bindings 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.8 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 From: Kuninori Morimoto Add r8a7795 to the MSTP DT binding documentation. Signed-off-by: Kuninori Morimoto Signed-off-by: Magnus Damm Acked-by: Geert Uytterhoeven --- Changes since V3: (Magnus Damm ) - Picked up patch floating around on ML, added change log Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt +++ work/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt 2015-08-29 16:18:30.672366518 +0900 @@ -19,6 +19,7 @@ Required Properties: - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2-W) MSTP gate clocks - "renesas,r8a7793-mstp-clocks" for R8A7793 (R-Car M2-N) MSTP gate clocks - "renesas,r8a7794-mstp-clocks" for R8A7794 (R-Car E2) MSTP gate clocks + - "renesas,r8a7795-mstp-clocks" for R8A7795 (R-Car H3) MSTP gate clocks - "renesas,sh73a0-mstp-clocks" for SH73A0 (SH-MobileAG5) MSTP gate clocks and "renesas,cpg-mstp-clocks" as a fallback. - reg: Base address and length of the I/O mapped registers used by the MSTP