Commit d2271826 authored by Joel Stanley's avatar Joel Stanley Committed by Arnd Bergmann

ARM: dts: aspeed-g4: Correct VUART IRQ number

This should have always been 8.

Fixes: db4d6d9d ("ARM: dts: aspeed: Correctly order UART nodes")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Reviewed-by: default avatarCédric Le Goater <clg@kaod.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 976a9b35
...@@ -219,7 +219,7 @@ vuart: serial@1e787000 { ...@@ -219,7 +219,7 @@ vuart: serial@1e787000 {
compatible = "aspeed,ast2400-vuart"; compatible = "aspeed,ast2400-vuart";
reg = <0x1e787000 0x40>; reg = <0x1e787000 0x40>;
reg-shift = <2>; reg-shift = <2>;
interrupts = <10>; interrupts = <8>;
clocks = <&clk_uart>; clocks = <&clk_uart>;
no-loopback-test; no-loopback-test;
status = "disabled"; status = "disabled";
......
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