aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2015-01-06 17:39:52 -0500
committerGeert Uytterhoeven <geert+renesas@glider.be>2015-01-08 10:14:31 -0500
commit1484276119fb5083a3a8cb0293e763363c317661 (patch)
treea16281f4294d98c55e0cfa65b092c52a3c4a17e6 /Documentation
parent90cf0e2b9660f16f944b892c2d2a08b4e0a551a8 (diff)
clk: shmobile: Add R-Car Gen2 ADSP clock support
Add the ADSP clock support to the R-Car generation 2 CPG driver. This clock gets derived from PLL1. The layout of the ADSPCKCR register is similar to those of the clocks supported by the 'clk-div6' driver but the divider encoding is non-linear, so can't be supported by that driver... Based on the original patch by Konstantin Kozhevnikov <konstantin.kozhevnikov@cogentembedded.com>. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt b/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
index 5b704b5ab8ab..b02944fba9de 100644
--- a/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
+++ b/Documentation/devicetree/bindings/clock/renesas,rcar-gen2-cpg-clocks.txt
@@ -18,7 +18,8 @@ Required Properties:
18 to the USB_EXTAL clock 18 to the USB_EXTAL clock
19 - #clock-cells: Must be 1 19 - #clock-cells: Must be 1
20 - clock-output-names: The names of the clocks. Supported clocks are "main", 20 - clock-output-names: The names of the clocks. Supported clocks are "main",
21 "pll0", "pll1", "pll3", "lb", "qspi", "sdh", "sd0", "sd1", "z", and "rcan" 21 "pll0", "pll1", "pll3", "lb", "qspi", "sdh", "sd0", "sd1", "z", "rcan", and
22 "adsp"
22 23
23 24
24Example 25Example
@@ -32,5 +33,5 @@ Example
32 #clock-cells = <1>; 33 #clock-cells = <1>;
33 clock-output-names = "main", "pll0, "pll1", "pll3", 34 clock-output-names = "main", "pll0, "pll1", "pll3",
34 "lb", "qspi", "sdh", "sd0", "sd1", "z", 35 "lb", "qspi", "sdh", "sd0", "sd1", "z",
35 "rcan"; 36 "rcan", "adsp";
36 }; 37 };