mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-06 22:01:10 +07:00
arm64: dts: uniphier: remove unnecessary interrupt-parent
These were added to make the ARM64 branch self-contained because updates for ARM and ARM64 are supposed to be sent as separate pull requests. Now, they were merged together in Linus' tree and interrupt-parent from the arch/arm/boot/dts/uniphier-support-card.dtsi is visible from ARM64 DT files by the cross-arch reference. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
6af9bd4531
commit
897281bac4
@ -40,7 +40,6 @@ memory@80000000 {
|
||||
};
|
||||
|
||||
ðsc {
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <0 8>;
|
||||
};
|
||||
|
||||
|
@ -40,7 +40,6 @@ memory@80000000 {
|
||||
};
|
||||
|
||||
ðsc {
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <0 8>;
|
||||
};
|
||||
|
||||
|
@ -38,7 +38,6 @@ memory@80000000 {
|
||||
};
|
||||
|
||||
ðsc {
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <4 8>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user