-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: dts: uniphier: route on-board device IRQ to GPIO controller
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
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,8 @@ | |
}; | ||
|
||
ðsc { | ||
interrupts = <0 48 4>; | ||
interrupt-parent = <&gpio>; | ||
interrupts = <0 8>; | ||
}; | ||
|
||
&serial0 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,8 @@ | |
}; | ||
|
||
ðsc { | ||
interrupts = <0 48 4>; | ||
interrupt-parent = <&gpio>; | ||
interrupts = <0 8>; | ||
}; | ||
|
||
&serial0 { | ||
|