From: Lee Jones Date: Tue, 11 Sep 2018 10:38:30 +0000 (+0100) Subject: dt-bindings: mfd: atmel-usart: Correct interrupts property to include IRQ number X-Git-Tag: v4.20-rc1~71^2~69^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56060b04c6d2986b6575019143df77c3c379a757;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: mfd: atmel-usart: Correct interrupts property to include IRQ number IRQ number was missing. Suggested-by: Radu Nicolae Pirea Signed-off-by: Lee Jones --- diff --git a/Documentation/devicetree/bindings/mfd/atmel-usart.txt b/Documentation/devicetree/bindings/mfd/atmel-usart.txt index 0348fef0f4972..7f0cd72f47d2c 100644 --- a/Documentation/devicetree/bindings/mfd/atmel-usart.txt +++ b/Documentation/devicetree/bindings/mfd/atmel-usart.txt @@ -78,7 +78,7 @@ Example: compatible = "atmel,at91rm9200-usart", "atmel,at91sam9260-usart"; atmel,usart-mode = ; 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>;