diff mbox

[v2,1/1] dts: bindings: doc fix, zero cell clock specifiers are valid

Message ID 1386422552-7287-1-git-send-email-gsi@denx.de
State Superseded, archived
Headers show

Commit Message

Gerhard Sittig Dec. 7, 2013, 1:22 p.m. UTC
fix a typo in the common clock binding's "clock specifiers" discussion,
and clarify the fact that the sequence of integer cells that go with the
clock provider's phandle and form "the clock specifier" 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: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: devicetree@vger.kernel.org
Signed-off-by: Gerhard Sittig <gsi@denx.de>

---

changes in v2:
- patch: "zero or more cells" form a clock specifier
- commit msg: more specific title and description

---
 Documentation/devicetree/bindings/clock/clock-bindings.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt b/Documentation/devicetree/bindings/clock/clock-bindings.txt
index eb65d417f8c4..01b6a0caaa81 100644
--- a/Documentation/devicetree/bindings/clock/clock-bindings.txt
+++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt
@@ -5,7 +5,7 @@  Sources of clock signal can be represented by any node in the device
 tree.  Those nodes are designated as clock providers.  Clock consumer
 nodes use a phandle and clock specifier pair to connect clock provider
 outputs to clock inputs.  Similar to the gpio specifiers, a clock
-specifier is an array of one more more cells identifying the clock
+specifier is an array of zero or more cells identifying the clock
 output on a device.  The length of a clock specifier is defined by the
 value of a #clock-cells property in the clock provider node.