mirror of https://gitee.com/openkylin/linux.git
dt-bindings: mfd: atmel-usart: Correct interrupts property to include IRQ number
IRQ number was missing. Suggested-by: Radu Nicolae Pirea <pirea.radu@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
c24d25317a
commit
56060b04c6
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue