Commit 1d4a2166 authored by Alan Tull's avatar Alan Tull Committed by Linus Walleij

gpio: gpio-dwapb size-cells should be two

Fix size-cells to show use of OF_GPIO_ACTIVE_LOW flag.
Signed-off-by: default avatarAlan Tull <atull@altera.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 473ed7be
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment