diff options
author | Yunlei He <heyunlei@huawei.com> | 2014-12-02 12:33:00 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-12-03 14:46:27 +0100 |
commit | 256965d724347a9fa1cce42dc30987e7d92addb3 (patch) | |
tree | 3a948386e111b5534986693b3948d0f3b998f0b2 /Documentation | |
parent | 27f9fec5cf248692b373c31905c65326952a8e63 (diff) | |
download | blackbird-op-linux-256965d724347a9fa1cce42dc30987e7d92addb3.tar.gz blackbird-op-linux-256965d724347a9fa1cce42dc30987e7d92addb3.zip |
gpio: pl061: document gpio-ranges property for bindings file
Document gpio-ranges property in pl061-gpio.txt
Signed-off-by: Yunlei He <heyunlei@huawei.com>
Signed-off-by: Xinwei Kong <kong.kongxinwei@hisilicon.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/pl061-gpio.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/pl061-gpio.txt b/Documentation/devicetree/bindings/gpio/pl061-gpio.txt index a2c416bcbccc..89058d375b7c 100644 --- a/Documentation/devicetree/bindings/gpio/pl061-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/pl061-gpio.txt @@ -7,4 +7,4 @@ Required properties: - bit 0 specifies polarity (0 for normal, 1 for inverted) - gpio-controller : Marks the device node as a GPIO controller. - interrupts : Interrupt mapping for GPIO IRQ. - +- gpio-ranges : Interaction with the PINCTRL subsystem. |