diff options
author | Michael Turquette <mturquette@linaro.org> | 2015-05-08 18:57:23 (GMT) |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-05-08 18:57:23 (GMT) |
commit | 81573560150d2f1a6d8433475a3660fcbcf08519 (patch) | |
tree | fb31ef8787fc6e36531076b8e8730064e6c8449c /Documentation | |
parent | c4b6c26e828f4df30fe3289f35c100088f2ff71d (diff) | |
parent | 0cd3be6e9a46f84ef7a42e1a5645d32ad547b12e (diff) | |
download | linux-81573560150d2f1a6d8433475a3660fcbcf08519.tar.xz |
Merge branch 'clk-fixes' into clk-next
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/silabs,si5351.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/silabs,si5351.txt b/Documentation/devicetree/bindings/clock/silabs,si5351.txt index c40711e..28b2830 100644 --- a/Documentation/devicetree/bindings/clock/silabs,si5351.txt +++ b/Documentation/devicetree/bindings/clock/silabs,si5351.txt @@ -17,7 +17,8 @@ Required properties: - #clock-cells: from common clock binding; shall be set to 1. - clocks: from common clock binding; list of parent clock handles, shall be xtal reference clock or xtal and clkin for - si5351c only. + si5351c only. Corresponding clock input names are "xtal" and + "clkin" respectively. - #address-cells: shall be set to 1. - #size-cells: shall be set to 0. @@ -71,6 +72,7 @@ i2c-master-node { /* connect xtal input to 25MHz reference */ clocks = <&ref25>; + clock-names = "xtal"; /* connect xtal input as source of pll0 and pll1 */ silabs,pll-source = <0 0>, <1 0>; |