]> git.baikalelectronics.ru Git - uboot.git/commit
dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGH
authorAdam Ford <aford173@gmail.com>
Fri, 17 Aug 2018 04:21:57 +0000 (23:21 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 12 Sep 2018 01:38:00 +0000 (21:38 -0400)
commit4f56dbb2dde5753db30013d89191575c61ffb071
tree19240cb31c0efb5662a11df651ed1ab284d1af89
parente43da535e80148bbbc3b1bce0fdb95bf8ebfde9c
dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGH

With DM and device tree support, let's use the GPIO_ACTIVE_HIGH
and GPIO_ACTIVE_LOW from the device tree as they are intended.

Signed-off-by: Adam Ford <aford173@gmail.com>
drivers/gpio/da8xx_gpio.c