mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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>
This commit is contained in:
parent
277b51e705
commit
429f203eb7
|
|
@ -40,7 +40,8 @@ memory@80000000 {
|
||||||
};
|
};
|
||||||
|
|
||||||
ðsc {
|
ðsc {
|
||||||
interrupts = <0 48 4>;
|
interrupt-parent = <&gpio>;
|
||||||
|
interrupts = <0 8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&serial0 {
|
&serial0 {
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,8 @@ memory@80000000 {
|
||||||
};
|
};
|
||||||
|
|
||||||
ðsc {
|
ðsc {
|
||||||
interrupts = <0 48 4>;
|
interrupt-parent = <&gpio>;
|
||||||
|
interrupts = <0 8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&serial0 {
|
&serial0 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user