Skip to content

Commit

Permalink
ARM: tegra: transformer: add missing wifi reset gpio
Browse files Browse the repository at this point in the history
Signed-off-by: Svyatoslav Ryhel <[email protected]>
  • Loading branch information
clamor-s authored and digetx committed Jan 22, 2022
1 parent 573f76e commit 79b46ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,8 @@
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(O, 4) IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "host-wake";

reset-gpios = <&gpio TEGRA_GPIO(D, 3) GPIO_ACTIVE_LOW>;
};
};

Expand Down

0 comments on commit 79b46ff

Please sign in to comment.