Skip to content

Commit

Permalink
arm64: dts: uniphier: remove unnecessary interrupt-parent
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada committed Nov 29, 2017
1 parent 6af9bd4 commit 897281b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 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,6 @@
};

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

Expand Down
1 change: 0 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,6 @@
};

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

Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
};

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

Expand Down

0 comments on commit 897281b

Please sign in to comment.