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

This should have always been 8.

Fixes: db4d6d9d80 ("ARM: dts: aspeed: Correctly order UART nodes")
Cc: stable@vger.kernel.org
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Joel Stanley 2017-12-15 16:03:32 +10:30 committed by Arnd Bergmann
parent 976a9b35d7
commit d2271826e5
1 changed files with 1 additions and 1 deletions

View File

@ -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";