commit | a4cb26d32e125a3fe7a28f5049d8c507fda7d754 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Thu Aug 16 23:21:57 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 21:38:00 2018 -0400 |
tree | 19240cb31c0efb5662a11df651ed1ab284d1af89 | |
parent | a1129391d3f4e1e35d1338081efb9f9e5b1e0b53 [diff] |
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>