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

dts: bindings: trivial clock bindings doc fixes

fix a typo in the "clock specifiers" discussion,
clarify that clock specifiers (the integer cells
part that goes with the phandle) may be empty

Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: devicetree@vger.kernel.org
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Gerhard Sittig <gsi@denx.de>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Gerhard Sittig and committed by
Rob Herring
6514dff9 1ca56e7d

+1 -1
+1 -1
Documentation/devicetree/bindings/clock/clock-bindings.txt
··· 5 5 tree. Those nodes are designated as clock providers. Clock consumer 6 6 nodes use a phandle and clock specifier pair to connect clock provider 7 7 outputs to clock inputs. Similar to the gpio specifiers, a clock 8 - specifier is an array of one more more cells identifying the clock 8 + specifier is an array of zero, one or more cells identifying the clock 9 9 output on a device. The length of a clock specifier is defined by the 10 10 value of a #clock-cells property in the clock provider node. 11 11