]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: uniphier: fix IRQ number for devices on PH1-LD6b ref board
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 15 Oct 2015 11:32:05 +0000 (20:32 +0900)
committerArnd Bergmann <arnd@arndb.de>
Thu, 15 Oct 2015 15:12:43 +0000 (17:12 +0200)
The IRQ signal from external devices on this board is connected to
the XIRQ4 pin of the SoC.  The IRQ number should be 52, not 50.

Fixes: a5e921b4771f ("ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts

index 33963acd7e8f9227eaca31a60c240a37d9f6e754..f80f772d99fb5750ca4cb484a49bbea18b8ba61a 100644 (file)
@@ -85,7 +85,7 @@
 };
 
 &ethsc {
-       interrupts = <0 50 4>;
+       interrupts = <0 52 4>;
 };
 
 &serial0 {