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>
This commit is contained in:
Thierry Reding 2022-11-04 13:22:57 +01:00
parent 9cd84b279e
commit 447ee082e3
2 changed files with 0 additions and 4 deletions

View file

@ -1509,7 +1509,6 @@ cpu3: cpu@3 {
extcon-keys {
compatible = "gpio-keys";
interrupt-parent = <&gpio>;
switch-dock-hall-sensor {
label = "Lid sensor";
@ -1542,7 +1541,6 @@ trusted-foundations {
gpio-keys {
compatible = "gpio-keys";
interrupt-parent = <&gpio>;
key-power {
label = "Power";

View file

@ -2653,7 +2653,6 @@ panel-timing {
extcon-keys {
compatible = "gpio-keys";
interrupt-parent = <&gpio>;
switch-dock-insert {
label = "Chagall Dock";
@ -2686,7 +2685,6 @@ trusted-foundations {
gpio-keys {
compatible = "gpio-keys";
interrupt-parent = <&gpio>;
key-power {
label = "Power";