diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-04-14 13:00:40 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-05-12 20:14:24 -0400 |
commit | b4b3bfd0b319b206d4f2fe3380f3d7d594e6e414 (patch) | |
tree | ea297623d8167f654bb9c6d3b060a38905791793 /Documentation | |
parent | 54e73016dd217be915ed83353d296f2a133d1ad5 (diff) |
clk: Improve clock-indices binding documentation
Improve the wording for the clock-indices binding documentation.
Also replace "empty nodes" by "empty strings", as reported before by Sergei
Shtylyov.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/clock-bindings.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt b/Documentation/devicetree/bindings/clock/clock-bindings.txt index 700e7aac3717..f15787817d6b 100644 --- a/Documentation/devicetree/bindings/clock/clock-bindings.txt +++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt | |||
@@ -44,10 +44,9 @@ For example: | |||
44 | clocks by index. The names should reflect the clock output signal | 44 | clocks by index. The names should reflect the clock output signal |
45 | names for the device. | 45 | names for the device. |
46 | 46 | ||
47 | clock-indices: If the identifyng number for the clocks in the node | 47 | clock-indices: If the identifying number for the clocks in the node |
48 | is not linear from zero, then the this mapping allows | 48 | is not linear from zero, then this allows the mapping of |
49 | the mapping of identifiers into the clock-output-names | 49 | identifiers into the clock-output-names array. |
50 | array. | ||
51 | 50 | ||
52 | For example, if we have two clocks <&oscillator 1> and <&oscillator 3>: | 51 | For example, if we have two clocks <&oscillator 1> and <&oscillator 3>: |
53 | 52 | ||
@@ -58,7 +57,7 @@ For example, if we have two clocks <&oscillator 1> and <&oscillator 3>: | |||
58 | clock-output-names = "clka", "clkb"; | 57 | clock-output-names = "clka", "clkb"; |
59 | } | 58 | } |
60 | 59 | ||
61 | This ensures we do not have any empty nodes in clock-output-names | 60 | This ensures we do not have any empty strings in clock-output-names |
62 | 61 | ||
63 | 62 | ||
64 | ==Clock consumers== | 63 | ==Clock consumers== |