Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Rob Herring
7b240e44 779857e1

+1 -1
+1 -1
Documentation/devicetree/bindings/serial/mvebu-uart.txt
··· 24 24 - Must contain two elements for the extended variant of the IP 25 25 (marvell,armada-3700-uart-ext): "uart-tx" and "uart-rx", 26 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 28 - For backward compatibility reasons, a single element interrupts 29 29 property is also supported for the standard variant of the IP, 30 30 containing only the UART sum interrupt. This form is deprecated