mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
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> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
1c1238f1e1
commit
c0cb8c8e86
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue