commit | 365145aa971c80496a40eb8a792a0b8ccdbcc385 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Apr 09 07:45:54 2021 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Apr 13 00:25:35 2021 -0500 |
tree | 60589df8cad868aed952de151940185b396e1467 | |
parent | aaaef987a7ffe7ff49338660c8dd893fc839aa29 [diff] |
drivers: gpio: mmio32: Make GPIO_MMIO32_INIT dt aware Change the GPIO_MMIO32_INIT to take a devicetree node since we want to use DEVICE_DT_DEFINE. This makes it so that code using GPIO_DT_SPEC_GET works correctly with GPIO controllers that utilize GPIO MMIO32. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>