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: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
e18dc29620
commit
405698f072
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue