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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@
				compatible = "aspeed,ast2400-vuart";
				reg = <0x1e787000 0x40>;
				reg-shift = <2>;
				interrupts = <10>;
				interrupts = <8>;
				clocks = <&clk_uart>;
				no-loopback-test;
				status = "disabled";