From: Geert Uytterhoeven <geert+renesas@glider.be>
To: linux-sh@vger.kernel.org
Subject: [PATCH 2/6] clk: shmobile: rcar-gen3: Document renesas,modemr
Date: Tue, 01 Sep 2015 15:12:37 +0000 [thread overview]
Message-ID: <1441120361-1232-3-git-send-email-geert+renesas@glider.be> (raw)
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 <geert+renesas@glider.be>
---
.../devicetree/bindings/clock/renesas,rcar-gen3-cpg-clocks.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/clock/renesas,rcar-gen3-cpg-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,rcar-gen3-cpg-clocks.txt
index d282f6441eea5d22..0d50af9be51b3fa3 100644
--- a/Documentation/devicetree/bindings/clock/renesas,rcar-gen3-cpg-clocks.txt
+++ b/Documentation/devicetree/bindings/clock/renesas,rcar-gen3-cpg-clocks.txt
@@ -17,6 +17,9 @@ Required Properties:
- #clock-cells: Must be 1
- clock-indices: Indices of the exported clocks
- #power-domain-cells: Must be 0
+ - renesas,modemr: Reference to the RST module node, and register offset of
+ the Mode Monitor Register (MODEMR) inside the RST module
+ register block.
SoC devices that are part of the CPG/MSTP Clock Domain and can be power-managed
through an MSTP clock should refer to the CPG device node in their
@@ -40,6 +43,7 @@ Examples
R8A7795_CLK_PLL3 R8A7795_CLK_PLL4
>;
#power-domain-cells = <0>;
+ renesas,modemr = <&rst 0x60>;
};
- CPG/MSTP Clock Domain member device node:
--
1.9.1
reply other threads:[~2015-09-01 15:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441120361-1232-3-git-send-email-geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).