Skip to content

Commit 84b5157

Browse files
author
Patrice Chotard
committed
dt-bindings: gpio: Add GPIO_PULL_DISABLE flag support
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 <patrice.chotard@foss.st.com> Change-Id: Iafd7ca8d09d23003ede202e55f86b7e51f6c2cb8 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/312499 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> Domain-Review: Patrick DELAUNAY <patrick.delaunay@foss.st.com>
1 parent 965b567 commit 84b5157

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • include/dt-bindings/gpio

include/dt-bindings/gpio/gpio.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@
3939
/* Bit 5 express pull down */
4040
#define GPIO_PULL_DOWN 32
4141

42+
/* Bit 6 express pull disable */
43+
#define GPIO_PULL_DISABLE 64
44+
4245
#endif

0 commit comments

Comments
 (0)