Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Mike Turquette
b4b3bfd0 54e73016

+4 -5
+4 -5
Documentation/devicetree/bindings/clock/clock-bindings.txt
··· 44 44 clocks by index. The names should reflect the clock output signal 45 45 names for the device. 46 46 47 - clock-indices: If the identifyng number for the clocks in the node 48 - is not linear from zero, then the this mapping allows 49 - the mapping of identifiers into the clock-output-names 50 - array. 47 + clock-indices: If the identifying number for the clocks in the node 48 + is not linear from zero, then this allows the mapping of 49 + identifiers into the clock-output-names array. 51 50 52 51 For example, if we have two clocks <&oscillator 1> and <&oscillator 3>: 53 52 ··· 57 58 clock-output-names = "clka", "clkb"; 58 59 } 59 60 60 - This ensures we do not have any empty nodes in clock-output-names 61 + This ensures we do not have any empty strings in clock-output-names 61 62 62 63 63 64 ==Clock consumers==