diff options
author | Joel Stanley <joel@jms.id.au> | 2017-12-15 08:33:32 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-01-30 16:24:23 +0300 |
commit | 67c4a04a7277e5e40286e1ee75c28c3109096fbb (patch) | |
tree | 26dcc496b8668a5c0cf433915ddc37412fcb6789 /arch | |
parent | 982d613bfdecc44cef97f340de7ab323f9b8b620 (diff) | |
download | linux-67c4a04a7277e5e40286e1ee75c28c3109096fbb.tar.xz |
ARM: dts: aspeed-g5: Correct VUART IRQ number
This should have always been 8.
Fixes: db4d6d9d80fa ("ARM: dts: aspeed: Correctly order UART nodes")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index 3dc37ec8801e..b7b42c7c89e1 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -252,7 +252,7 @@ compatible = "aspeed,ast2500-vuart"; reg = <0x1e787000 0x40>; reg-shift = <2>; - interrupts = <10>; + interrupts = <8>; clocks = <&syscon ASPEED_CLK_APB>; no-loopback-test; status = "disabled"; |