diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-04-23 09:35:16 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-23 10:27:49 +0200 |
commit | 17a16542b88e753cc3bd54cf30b74df3d547421e (patch) | |
tree | 935a8f17809d8a5b97349f9e6baba3d9559bce47 /Documentation | |
parent | 066cd1c4e4b9b43116f2bf0f4a84ac7235e7abec (diff) | |
download | linux-stable-17a16542b88e753cc3bd54cf30b74df3d547421e.tar.gz linux-stable-17a16542b88e753cc3bd54cf30b74df3d547421e.tar.bz2 linux-stable-17a16542b88e753cc3bd54cf30b74df3d547421e.zip |
dt-bindings: mvebu-uart: DT fix s/interrupts-names/interrupt-names/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-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: - Must contain two elements for the extended variant of the IP (marvell,armada-3700-uart-ext): "uart-tx" and "uart-rx", respectively the UART TX interrupt and the UART RX interrupt. A - corresponding interrupts-names property must be defined. + corresponding interrupt-names property must be defined. - For backward compatibility reasons, a single element interrupts property is also supported for the standard variant of the IP, containing only the UART sum interrupt. This form is deprecated |