dt-bindings: mfd: atmel-usart: Correct interrupts property to include IRQ number
authorLee Jones <[email protected]>
Tue, 11 Sep 2018 10:38:30 +0000 (11:38 +0100)
committerLee Jones <[email protected]>
Tue, 11 Sep 2018 10:40:55 +0000 (11:40 +0100)
IRQ number was missing.

Suggested-by: Radu Nicolae Pirea <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Documentation/devicetree/bindings/mfd/atmel-usart.txt

index 0348fef0f497280ac703298be71cf297e630875e..7f0cd72f47d2cfa1e6ae7b19720b0a8ac46b9ffb 100644 (file)
@@ -78,7 +78,7 @@ Example:
                compatible = "atmel,at91rm9200-usart", "atmel,at91sam9260-usart";
                atmel,usart-mode = <AT91_USART_MODE_SPI>;
                reg = <0xf001c000 0x100>;
-               interrupts = <12 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <12 IRQ_TYPE_LEVEL_HIGH 5>;
                clocks = <&usart0_clk>;
                clock-names = "usart";
                cs-gpios = <&pioB 3 0>;