Skip to content

Commit 2e4e5da

Browse files
masahir0yarndb
authored andcommitted
ARM: dts: uniphier: fix IRQ number for devices on PH1-LD6b ref board
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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent fb65988 commit 2e4e5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/uniphier-ph1-ld6b-ref.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
};
8686

8787
&ethsc {
88-
interrupts = <0 50 4>;
88+
interrupts = <0 52 4>;
8989
};
9090

9191
&serial0 {

0 commit comments

Comments
 (0)