diff options
| author | Marcel Ziswiler <[email protected]> | 2018-05-08 17:34:07 +0200 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2018-05-10 16:34:20 -0700 |
| commit | c0cb8c8e8656639ebeeaa0d98a1f3c0807f590b3 (patch) | |
| tree | b247b55cb1d8a1f3d8b30bc2fc57a5515775298c | |
| parent | 1c1238f1e166c9ae2f4b08fa7381dc1ebd93a227 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
| -rw-r--r-- | arch/arm/dts/tegra124-apalis.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/tegra124-apalis.dts b/arch/arm/dts/tegra124-apalis.dts index 2fc0384d14b..fe08d3ea730 100644 --- a/arch/arm/dts/tegra124-apalis.dts +++ b/arch/arm/dts/tegra124-apalis.dts @@ -1683,9 +1683,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; }; }; |
