diff options
author | Gabriel FERNANDEZ <gabriel.fernandez@st.com> | 2014-07-15 19:20:17 +0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-07-29 09:35:17 +0400 |
commit | 0268099c8909b00c8acdf3089732d88b9b43ad14 (patch) | |
tree | c246d87d3935b5262936b074fd99df6184e482d9 /Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt | |
parent | 381c1ccd65f893fedfc608a907a1a06b73d98ca8 (diff) | |
download | linux-0268099c8909b00c8acdf3089732d88b9b43ad14.tar.xz |
clk: st: Update ST clock binding documentation
Naming convention was changed in dts file but the
clock binding documentation hasn't been updated.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt b/Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt index 943e0808e212..f1fa91c68768 100644 --- a/Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt +++ b/Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt @@ -17,7 +17,7 @@ Required properties: "st,stih416-clkgenf-vcc-sd", "st,clkgen-mux" "st,stih415-clkgen-a9-mux", "st,clkgen-mux" "st,stih416-clkgen-a9-mux", "st,clkgen-mux" - + "st,stih407-clkgen-a9-mux", "st,clkgen-mux" - #clock-cells : from common clock binding; shall be set to 0. @@ -27,10 +27,10 @@ Required properties: Example: - CLK_M_HVA: CLK_M_HVA { + clk_m_hva: clk-m-hva@fd690868 { #clock-cells = <0>; compatible = "st,stih416-clkgenf-vcc-hva", "st,clkgen-mux"; reg = <0xfd690868 4>; - clocks = <&CLOCKGEN_F 1>, <&CLK_M_A1_DIV0 3>; + clocks = <&clockgen_f 1>, <&clk_m_a1_div0 3>; }; |