diff options
author | Josh Wu <josh.wu@atmel.com> | 2015-03-04 06:50:29 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-03-09 17:45:40 +0300 |
commit | 39521090e93671c01fbc50d47b6422c2b0aa63b1 (patch) | |
tree | d710a2013563c92aef39c09921df23671a79c993 /Documentation/devicetree/bindings/gpio/mrvl-gpio.txt | |
parent | 1e970b7d6d4fb3d715a34842ec00646f4b94bd72 (diff) | |
download | linux-39521090e93671c01fbc50d47b6422c2b0aa63b1.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio/mrvl-gpio.txt')
-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: gpio_mux. - interrupt-names : Should be the names of irq resources. Each interrupt uses its own interrupt name, so there should be as many interrupt names - as referenced interrups. + as referenced interrupts. - interrupt-controller : Identifies the node as an interrupt controller. - #interrupt-cells: Specifies the number of cells needed to encode an interrupt source. |