diff options
author | Marek Belisko <marek@goldelico.com> | 2014-07-21 17:17:18 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-07-22 19:26:43 -0400 |
commit | 5995eb6d58cf2b5c18a292f611364aefb4892aa8 (patch) | |
tree | 19a2939979470ca3042ebc0bfd7f100a3c260ef1 | |
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>
-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: | |||
8 | 8 | ||
9 | Optional properties: | 9 | Optional properties: |
10 | - gpio-controller: allows lines to be used as output-only GPIOs. | 10 | - gpio-controller: allows lines to be used as output-only GPIOs. |
11 | - #gpio-cells: if present, must be 0. | 11 | - #gpio-cells: if present, must not be 0. |
12 | 12 | ||
13 | Each led is represented as a sub-node of the ti,tca6507 device. | 13 | Each led is represented as a sub-node of the ti,tca6507 device. |
14 | 14 | ||