X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fdt-bindings%2Fpinctrl%2Fdra.h;h=7448edff4723101b44877090ce9463bdb98d6d9c;hb=1459143386c5d868c87903b8d433a52cffcf3e66;hp=3d33794e4f3edd75950e58cb7d5c49f69e33795b;hpb=21c806d9b189c2da652eb7fad96b662d3e2c82eb;p=karo-tx-linux.git diff --git a/include/dt-bindings/pinctrl/dra.h b/include/dt-bindings/pinctrl/dra.h index 3d33794e4f3e..7448edff4723 100644 --- a/include/dt-bindings/pinctrl/dra.h +++ b/include/dt-bindings/pinctrl/dra.h @@ -40,8 +40,8 @@ /* Active pin states */ #define PIN_OUTPUT (0 | PULL_DIS) -#define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP) -#define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT | PULL_ENA) +#define PIN_OUTPUT_PULLUP (PULL_UP) +#define PIN_OUTPUT_PULLDOWN (0) #define PIN_INPUT (INPUT_EN | PULL_DIS) #define PIN_INPUT_SLEW (INPUT_EN | SLEWCONTROL) #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)