Skip to content

Commit

Permalink
dt-bindings: gpio: Add GPIO_PULL_DISABLE flag support
Browse files Browse the repository at this point in the history
Currently, GPIO_PULL_DISABLE flag support is not yet implemented
on U-Boot side but it is on kernel side.

Add GPIO_PULL_DISABLE define to allow DT compilation when
kernel DT synchronization will be performed in the future.

Signed-off-by: Patrice Chotard <[email protected]>
Change-Id: Iafd7ca8d09d23003ede202e55f86b7e51f6c2cb8
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/312499
ACI: CITOOLS <[email protected]>
ACI: CIBUILD <[email protected]>
Domain-Review: Patrick DELAUNAY <[email protected]>
  • Loading branch information
Patrice Chotard committed Jun 26, 2023
1 parent 965b567 commit 84b5157
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/dt-bindings/gpio/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@
/* Bit 5 express pull down */
#define GPIO_PULL_DOWN 32

/* Bit 6 express pull disable */
#define GPIO_PULL_DISABLE 64

#endif

0 comments on commit 84b5157

Please sign in to comment.