mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
soc/qualcomm/ipq40xx: Fix GPIO pull up config.
BUG=b:31690391 TEST=Tested with board ID BRANCH=none Change-Id: I23183db29d7f7dd812e94ab6a1f2f1329c46ac60 Signed-off-by: Kan Yan <kyan@google.com> Reviewed-on: https://chromium-review.googlesource.com/388778 Commit-Ready: Suresh Rajashekara <sureshraj@chromium.org> Reviewed-by: Suresh Rajashekara <sureshraj@chromium.org>
This commit is contained in:
parent
77f9eaf044
commit
f23e2b6e72
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@
|
|||
/* GPIO TLMM: Pullup/Pulldown */
|
||||
#define GPIO_NO_PULL 0
|
||||
#define GPIO_PULL_DOWN 1
|
||||
#define GPIO_KEEPER 2
|
||||
#define GPIO_PULL_UP 3
|
||||
#define GPIO_PULL_UP 2
|
||||
|
||||
/* GPIO TLMM: Drive Strength */
|
||||
#define GPIO_2MA 0
|
||||
|
|
Loading…
Add table
Reference in a new issue