diff options
Diffstat (limited to 'Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt b/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt index 81eb3855ab92..efb51cf0c845 100644 --- a/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt +++ b/Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt | |||
@@ -19,11 +19,14 @@ Required properties: | |||
19 | "st,stih415-plls-c32-ddr", "st,clkgen-plls-c32" | 19 | "st,stih415-plls-c32-ddr", "st,clkgen-plls-c32" |
20 | "st,stih416-plls-c32-a9", "st,clkgen-plls-c32" | 20 | "st,stih416-plls-c32-a9", "st,clkgen-plls-c32" |
21 | "st,stih416-plls-c32-ddr", "st,clkgen-plls-c32" | 21 | "st,stih416-plls-c32-ddr", "st,clkgen-plls-c32" |
22 | "st,stih407-plls-c32-a0", "st,clkgen-plls-c32" | ||
23 | "st,stih407-plls-c32-a9", "st,clkgen-plls-c32" | ||
24 | "st,stih407-plls-c32-c0_0", "st,clkgen-plls-c32" | ||
25 | "st,stih407-plls-c32-c0_1", "st,clkgen-plls-c32" | ||
22 | 26 | ||
23 | "st,stih415-gpu-pll-c32", "st,clkgengpu-pll-c32" | 27 | "st,stih415-gpu-pll-c32", "st,clkgengpu-pll-c32" |
24 | "st,stih416-gpu-pll-c32", "st,clkgengpu-pll-c32" | 28 | "st,stih416-gpu-pll-c32", "st,clkgengpu-pll-c32" |
25 | 29 | ||
26 | |||
27 | - #clock-cells : From common clock binding; shall be set to 1. | 30 | - #clock-cells : From common clock binding; shall be set to 1. |
28 | 31 | ||
29 | - clocks : From common clock binding | 32 | - clocks : From common clock binding |
@@ -32,17 +35,17 @@ Required properties: | |||
32 | 35 | ||
33 | Example: | 36 | Example: |
34 | 37 | ||
35 | clockgenA@fee62000 { | 38 | clockgen-a@fee62000 { |
36 | reg = <0xfee62000 0xb48>; | 39 | reg = <0xfee62000 0xb48>; |
37 | 40 | ||
38 | CLK_S_A0_PLL: CLK_S_A0_PLL { | 41 | clk_s_a0_pll: clk-s-a0-pll { |
39 | #clock-cells = <1>; | 42 | #clock-cells = <1>; |
40 | compatible = "st,clkgena-plls-c65"; | 43 | compatible = "st,clkgena-plls-c65"; |
41 | 44 | ||
42 | clocks = <&CLK_SYSIN>; | 45 | clocks = <&clk_sysin>; |
43 | 46 | ||
44 | clock-output-names = "CLK_S_A0_PLL0_HS", | 47 | clock-output-names = "clk-s-a0-pll0-hs", |
45 | "CLK_S_A0_PLL0_LS", | 48 | "clk-s-a0-pll0-ls", |
46 | "CLK_S_A0_PLL1"; | 49 | "clk-s-a0-pll1"; |
47 | }; | 50 | }; |
48 | }; | 51 | }; |