Commit 56060b04 authored by Lee Jones's avatar Lee Jones

dt-bindings: mfd: atmel-usart: Correct interrupts property to include IRQ number

IRQ number was missing.
Suggested-by: default avatarRadu Nicolae Pirea <pirea.radu@gmail.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent c24d2531
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment