diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-04-23 03:35:16 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-05-01 09:18:10 -0400 |
commit | 7b240e44d08c4a94faf3ed02c04c16b52fc045de (patch) | |
tree | 1abe3c4bd616a81a8a5bb9525584d5003aeace37 | |
parent | 779857e1870178e9f4aee600f17e44d81ff630b2 (diff) |
dt-bindings: mvebu-uart: DT fix s/interrupts-names/interrupt-names/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/serial/mvebu-uart.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/mvebu-uart.txt b/Documentation/devicetree/bindings/serial/mvebu-uart.txt index 2ae2fee7e023..b7e0e32b9ac6 100644 --- a/Documentation/devicetree/bindings/serial/mvebu-uart.txt +++ b/Documentation/devicetree/bindings/serial/mvebu-uart.txt | |||
@@ -24,7 +24,7 @@ Required properties: | |||
24 | - Must contain two elements for the extended variant of the IP | 24 | - Must contain two elements for the extended variant of the IP |
25 | (marvell,armada-3700-uart-ext): "uart-tx" and "uart-rx", | 25 | (marvell,armada-3700-uart-ext): "uart-tx" and "uart-rx", |
26 | respectively the UART TX interrupt and the UART RX interrupt. A | 26 | respectively the UART TX interrupt and the UART RX interrupt. A |
27 | corresponding interrupts-names property must be defined. | 27 | corresponding interrupt-names property must be defined. |
28 | - For backward compatibility reasons, a single element interrupts | 28 | - For backward compatibility reasons, a single element interrupts |
29 | property is also supported for the standard variant of the IP, | 29 | property is also supported for the standard variant of the IP, |
30 | containing only the UART sum interrupt. This form is deprecated | 30 | containing only the UART sum interrupt. This form is deprecated |