aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock
diff options
context:
space:
mode:
authorMichael Turquette <mturquette@linaro.org>2015-05-08 11:57:23 -0700
committerMichael Turquette <mturquette@linaro.org>2015-05-08 11:57:23 -0700
commit81573560150d2f1a6d8433475a3660fcbcf08519 (patch)
treefb31ef8787fc6e36531076b8e8730064e6c8449c /Documentation/devicetree/bindings/clock
parentdt-bindings: ARM: Mediatek: use more generic node name in examples (diff)
parentclk: si5351: Do not pass struct clk in platform_data (diff)
downloadlinux-dev-81573560150d2f1a6d8433475a3660fcbcf08519.tar.xz
linux-dev-81573560150d2f1a6d8433475a3660fcbcf08519.zip
Merge branch 'clk-fixes' into clk-next
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
-rw-r--r--Documentation/devicetree/bindings/clock/silabs,si5351.txt4
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 c40711e8e8f7..28b28309f535 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>;