Skip to content

Commit

Permalink
arm64: dts: uniphier: route on-board device IRQ to GPIO controller
Browse files Browse the repository at this point in the history
Interrupt lines from on-board devices are connected to the GPIO
controller.  Handle this correctly.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
Masahiro Yamada committed Oct 23, 2017
1 parent 277b51e commit 429f203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
};

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

&serial0 {
Expand Down
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
};

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

&serial0 {
Expand Down

0 comments on commit 429f203

Please sign in to comment.