Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 405698f0 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding
Browse files

ARM: tegra: apalis-tk1: Add missing as3722 gpio0 configuration



As the AS3722 GPIO0 is also a not connected on our Apalis TK1 module
explicitly configure it to high-impedance as well.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e18dc296
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1620,9 +1620,9 @@
					bias-pull-up;
				};

				gpio1_3_4_5_6 {
					pins = "gpio1", "gpio3", "gpio4",
					       "gpio5", "gpio6";
				gpio0_1_3_4_5_6 {
					pins = "gpio0", "gpio1", "gpio3",
					       "gpio4", "gpio5", "gpio6";
					bias-high-impedance;
				};
			};