From: Alan Tull Date: Fri, 14 Mar 2014 16:08:54 +0000 (-0500) Subject: gpio: gpio-dwapb size-cells should be two X-Git-Tag: v5.15~18163^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d4a2166f9501fd5b564b33414a2aa9c493fdfb8;p=platform%2Fkernel%2Flinux-starfive.git gpio: gpio-dwapb size-cells should be two Fix size-cells to show use of OF_GPIO_ACTIVE_LOW flag. Signed-off-by: Alan Tull Signed-off-by: Linus Walleij --- diff --git a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt index 0934950..91cc90c 100644 --- a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt @@ -12,7 +12,10 @@ represented as child nodes with the following properties: Required properties: - compatible : "snps,dw-apb-gpio-port" - gpio-controller : Marks the device node as a gpio controller. -- #gpio-cells : Should be 1. It is the pin number. +- #gpio-cells : Should be two. The first cell is the pin number and + the second cell is used to specify the gpio polarity: + 0 = active high + 1 = active low - reg : The integer port index of the port, a single cell. Optional properties: