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)
commit9440b3d3d0bec6a7aa40307aff0699ec48e74a71
tree19240cb31c0efb5662a11df651ed1ab284d1af89
parent1eddf549319541ae41b2c8f1cb7a01fe3b737b53
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