mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 11:06:26 +07:00
arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3
Commit 429f203eb7
("arm64: dts: uniphier: route on-board device IRQ
to GPIO controller") missed to update this DTS. It becames a real
problem when arm and arm64 trees are merged together.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
ec473a9c40
commit
ba5b5034bd
@ -38,7 +38,8 @@ memory@80000000 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ðsc {
|
ðsc {
|
||||||
interrupts = <0 52 4>;
|
interrupt-parent = <&gpio>;
|
||||||
|
interrupts = <0 8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&serial0 {
|
&serial0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user