diff options
author | Josh Wu <josh.wu@atmel.com> | 2015-03-03 22:50:29 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-03-09 10:45:40 -0400 |
commit | 39521090e93671c01fbc50d47b6422c2b0aa63b1 (patch) | |
tree | d710a2013563c92aef39c09921df23671a79c993 | |
parent | 1e970b7d6d4fb3d715a34842ec00646f4b94bd72 (diff) |
gpio: mrvl: documentation: trivial: fix typo
fix typo in the document.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/mrvl-gpio.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt b/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt index 67a2e4e414a5..98d198396956 100644 --- a/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt | |||
@@ -12,7 +12,7 @@ Required properties: | |||
12 | gpio_mux. | 12 | gpio_mux. |
13 | - interrupt-names : Should be the names of irq resources. Each interrupt | 13 | - interrupt-names : Should be the names of irq resources. Each interrupt |
14 | uses its own interrupt name, so there should be as many interrupt names | 14 | uses its own interrupt name, so there should be as many interrupt names |
15 | as referenced interrups. | 15 | as referenced interrupts. |
16 | - interrupt-controller : Identifies the node as an interrupt controller. | 16 | - interrupt-controller : Identifies the node as an interrupt controller. |
17 | - #interrupt-cells: Specifies the number of cells needed to encode an | 17 | - #interrupt-cells: Specifies the number of cells needed to encode an |
18 | interrupt source. | 18 | interrupt source. |