From patchwork Thu May 12 08:27:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Behme X-Patchwork-Id: 9077531 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-renesas-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9A5B59FF69 for ; Thu, 12 May 2016 08:29:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1026A201FA for ; Thu, 12 May 2016 08:29:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 54CA2201F5 for ; Thu, 12 May 2016 08:29:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752191AbcELI3O (ORCPT ); Thu, 12 May 2016 04:29:14 -0400 Received: from smtp6-v.fe.bosch.de ([139.15.237.11]:54505 "EHLO smtp6-v.fe.bosch.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752109AbcELI3M (ORCPT ); Thu, 12 May 2016 04:29:12 -0400 Received: from vsmta12.fe.internet.bosch.com (unknown [10.4.98.52]) by imta24.fe.bosch.de (Postfix) with ESMTP id CE340D80234 for ; Thu, 12 May 2016 10:29:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=de.bosch.com; s=2015-01-21; t=1463041750; bh=nu3KwRthIQI56V1Oh3T2yBzBk08GY2DG69Rq4AJmH0c=; l=10; h=From:From:Reply-To:Sender; b=QHjbMiUDoY+/OMfY0XiGQ6hjeOqaFj3t5bCaD9vA82cHO0rINypkqpuoR8ek8I5HS k4oH6CrfxINdDWtimcOlBKstUaWKpFMRIVUjw0pVvsyzXOAa5Lo+F3xbYQcf85MEZ3 4XQecIdtDiFS1fnJP1GQUJ/ihoFt60RoC1isxoeo= Received: from SI-HUB1001.de.bosch.com (vsgw22.fe.internet.bosch.com [10.4.98.11]) by vsmta12.fe.internet.bosch.com (Postfix) with ESMTP id 834B21B802DA for ; Thu, 12 May 2016 10:29:10 +0200 (CEST) Received: from hi-z08if.hi.de.bosch.com (10.34.209.31) by SI-HUB1001.de.bosch.com (10.4.103.108) with Microsoft SMTP Server id 14.3.195.1; Thu, 12 May 2016 10:29:09 +0200 Received: from hi-z08if.hi.de.bosch.com (localhost [127.0.0.1]) by hi-z08if.hi.de.bosch.com (Postfix) with ESMTP id 6737F625E9F; Thu, 12 May 2016 10:27:26 +0200 (CEST) From: Dirk Behme To: Geert Uytterhoeven , Simon Horman , Subject: [PATCH 2/6] clk: renesas: rcar-gen3: Document renesas,modemr Date: Thu, 12 May 2016 10:27:17 +0200 Message-ID: <1463041641-27485-3-git-send-email-dirk.behme@de.bosch.com> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1463041641-27485-1-git-send-email-dirk.behme@de.bosch.com> References: <1463041641-27485-1-git-send-email-dirk.behme@de.bosch.com> MIME-Version: 1.0 X-TM-AS-MML: disable X-TM-AS-Product-Ver: IMSS-7.1.0.1679-8.0.0.1202-22314.006 X-TMASE-MatchedRID: ut+oVemtRMczwJ7ADkakn6UebN0FQAbYuLwbhNl9B5WZGEu9Y2A+l5Hb yMTbnMu/LSHDQi/tZU8fSuixqQMLLNa/jIZoZyKFoMfp2vHck9U9mZudjaoMiZsoi2XrUn/Jn6K dMrRsL14qtq5d3cxkNQc/kjdkivRkH8+UIM5DkYQPSzSCDZhNp8RZpIBGkHLgL4vP2b+xg50m9u Oo5C42rXMjlQQ4eY3g+5xlFXN1oZ+AcsSbnFos283c2EfIZ3FkeAky2sUBAeFe7SzjtQSwawN7B eLJGIGERkodX067BbBDDKa3G4nrLQ== Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable 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: Geert Uytterhoeven Document the "renesas,modemr" property, which allows the Clock Pulse Generator driver to obtain the values of the mode pin using syscon and regmap. Signed-off-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt index 394d725..31182f0 100644 --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt @@ -39,6 +39,8 @@ Required Properties: Domain bindings in Documentation/devicetree/bindings/power/power_domain.txt. + - renesas,modemr: Reference to the RST module node, and register offset of + the Mode Monitor Register (MODEMR) inside the RST module Examples -------- @@ -52,6 +54,7 @@ Examples clock-names = "extal", "extalr"; #clock-cells = <2>; #power-domain-cells = <0>; + renesas,modemr = <&rst 0x60>; };