diff options
author | Marek Belisko <marek@goldelico.com> | 2014-07-21 14:17:18 -0700 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-07-22 16:26:43 -0700 |
commit | 5995eb6d58cf2b5c18a292f611364aefb4892aa8 (patch) | |
tree | 19a2939979470ca3042ebc0bfd7f100a3c260ef1 /Documentation/devicetree/bindings/leds | |
parent | 8b37e1bef5a6b60e949e28a4db3006e4b00bd758 (diff) |
Documentation: dts: tcs6507: Fix wrong statement about #gpio-cells
Update comment about gpio-cells which says not correctly to be set to 0.
When we want to reference tca6507 gpio #gpio-cells must be set to 2 (it is
already correct in example).
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/tca6507.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/tca6507.txt b/Documentation/devicetree/bindings/leds/tca6507.txt index d7221b84987c..bad9102796f3 100644 --- a/Documentation/devicetree/bindings/leds/tca6507.txt +++ b/Documentation/devicetree/bindings/leds/tca6507.txt @@ -8,7 +8,7 @@ Required properties: Optional properties: - gpio-controller: allows lines to be used as output-only GPIOs. -- #gpio-cells: if present, must be 0. +- #gpio-cells: if present, must not be 0. Each led is represented as a sub-node of the ti,tca6507 device. |