diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-10-05 14:35:01 -0700 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-10-17 08:21:20 +0200 |
commit | 603311ba979fa5bbbf6a8961e5f7a27deafce1b4 (patch) | |
tree | 2bff227668423285aa0292360a32a408ca44e459 /Documentation/devicetree/bindings | |
parent | 538321bd97188563d739e28a2f21ad874bd28b2e (diff) | |
download | linux-603311ba979fa5bbbf6a8961e5f7a27deafce1b4.tar.gz linux-603311ba979fa5bbbf6a8961e5f7a27deafce1b4.tar.bz2 linux-603311ba979fa5bbbf6a8961e5f7a27deafce1b4.zip |
soc: renesas: rcar-sysc: add R8A7743 support
Add support for RZ/G1M (R8A7743) SoC power areas to the R-Car SYSC driver.
Based on the original (and large) patch by Dmitry Shifrin
<dmitry.shifrin@cogentembedded.com>.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/power/renesas,rcar-sysc.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.txt b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.txt index 0725fb37a973..c16ec1866ac4 100644 --- a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.txt +++ b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.txt @@ -1,12 +1,13 @@ -DT bindings for the Renesas R-Car System Controller +DT bindings for the Renesas R-Car (RZ/G) System Controller == System Controller Node == -The R-Car System Controller provides power management for the CPU cores and -various coprocessors. +The R-Car (RZ/G) System Controller provides power management for the CPU cores +and various coprocessors. Required properties: - compatible: Must contain exactly one of the following: + - "renesas,r8a7743-sysc" (RZ/G1M) - "renesas,r8a7779-sysc" (R-Car H1) - "renesas,r8a7790-sysc" (R-Car H2) - "renesas,r8a7791-sysc" (R-Car M2-W) |