Skip to content

Commit

Permalink
ARM: dts: uniphier: fix IRQ number for devices on PH1-LD6b ref board
Browse files Browse the repository at this point in the history
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: a5e921b ("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>
  • Loading branch information
Masahiro Yamada authored and Arnd Bergmann committed Oct 15, 2015
1 parent fb65988 commit 2e4e5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
};

&ethsc {
interrupts = <0 50 4>;
interrupts = <0 52 4>;
};

&serial0 {
Expand Down

0 comments on commit 2e4e5da

Please sign in to comment.