gpiolib: of: improve gpiolib-of support of pull up/down on expanders
authorAdam Ford <aford173@gmail.com>
Sun, 12 Apr 2020 01:33:51 +0000 (20:33 -0500)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 15 Apr 2020 11:20:00 +0000 (13:20 +0200)
commitea06a482a47c41f5d04565dffbc21156bcfdd3e8
treedf04b2ef46ce8ac5e4c32085ca2f54d09df1c2a8
parent616844408de7f21546c3c2a71ea7f8d364f45e0d
gpiolib: of: improve gpiolib-of support of pull up/down on expanders

When using GPIO expanders attached to I2C ports, their set_config function
needs to be passed a config setting which contains options to enable pull
up or pull down bias feature.  In order to set this config properly,
the gpio parser needs to handle GPIO_PULL_UP and GPIO_PULL_DOWN.

This patch enables the flags corresponding to GPIO_PULL_UP and
GPIO_PULL_DOWN.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpiolib-of.c