For PIN_OUTPUT_PULLUP and PIN_OUTPUT_PULLDOWN we must not set the
PULL_DIS bit which disables the PULLs.
PULL_ENA is a 0 and using it in an OR operation is a NOP, so don't
use it in the PIN_OUTPUT_PULLUP/DOWN macros.
Fixes:
|
||
|---|---|---|
| .. | ||
| am33xx.h | ||
| am43xx.h | ||
| at91.h | ||
| dra.h | ||
| nomadik.h | ||
| omap.h | ||
| pinctrl-tegra-xusb.h | ||
| pinctrl-tegra.h | ||
| rockchip.h | ||