Skip to content

Commit

Permalink
arm64: dts: uniphier: correct on-board device IRQ number for PXs3
Browse files Browse the repository at this point in the history
Commit ba5b503 ("arm64: dts: uniphier: route on-board device IRQ
to GPIO controller for PXs3") has incorrect update.

Fixes: ba5b503 ("arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3")
Signed-off-by: Dai Okamura <okamura.dai@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
Dai Okamura authored and Masahiro Yamada committed Nov 29, 2017
1 parent 4fbd8d1 commit 6af9bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

&ethsc {
interrupt-parent = <&gpio>;
interrupts = <0 8>;
interrupts = <4 8>;
};

&serial0 {
Expand Down

0 comments on commit 6af9bd4

Please sign in to comment.