]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Documentation: dts: tcs6507: Fix wrong statement about #gpio-cells
authorMarek Belisko <marek@goldelico.com>
Mon, 21 Jul 2014 21:17:18 +0000 (14:17 -0700)
committerBryan Wu <cooloney@gmail.com>
Tue, 22 Jul 2014 23:26:43 +0000 (16:26 -0700)
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>
Documentation/devicetree/bindings/leds/tca6507.txt

index d7221b84987cd684169bee2765a050cba3511c75..bad9102796f3299fb0e96100bca982cc76b79831 100644 (file)
@@ -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.