diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-02-10 04:38:03 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-03-08 18:15:13 +0300 |
commit | 405698f07271ee116892579c30494efa53dee333 (patch) | |
tree | 5fac550ec7d3af7688a31f4918ba36ec749dd42a | |
parent | e18dc296205fca37dfdc28f10adff93c016d0410 (diff) | |
download | linux-405698f07271ee116892579c30494efa53dee333.tar.xz |
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>
-rw-r--r-- | arch/arm/boot/dts/tegra124-apalis.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra124-apalis.dtsi b/arch/arm/boot/dts/tegra124-apalis.dtsi index 7fbaaf221029..44c31176ce90 100644 --- a/arch/arm/boot/dts/tegra124-apalis.dtsi +++ b/arch/arm/boot/dts/tegra124-apalis.dtsi @@ -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; }; }; |