ARM: tegra: Remove unused interrupt-parent properties
authorThierry Reding <treding@nvidia.com>
Fri, 4 Nov 2022 12:22:57 +0000 (13:22 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Nov 2022 23:21:54 +0000 (00:21 +0100)
commit447ee082e33a0b91e2207bf17a81bb65fe51d7a1
tree57e01aafca92810c939832ee8f50a943c209ef67
parent9cd84b279e98efd17ce9cf63b301c790b0907a7a
ARM: tegra: Remove unused interrupt-parent properties

Some boards are using the interrupt-parent property to point at the GPIO
controller since it handles the interrupts for the GPIO keys. However, a
node needs an interrupts property for interrupt-parent to be meaningful,
which these boards don't have.

gpio-keys in these cases will directly use the GPIO lines specified in
the key definitions and rely on the implicit conversion of those GPIOs
to interrupts by the operating system, so explicit specification of the
interrupts is not required.

Remove the unnecessary interrupt-parent properties.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi
arch/arm/boot/dts/tegra30-pegatron-chagall.dts