commit | 3d5b256fcccf6d796b1aa84a4c909a140abd8b56 | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Mon Jul 29 12:15:56 2019 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:16 2019 +0200 |
tree | 71dd8f989088afa1d5b5bb6af8c9d3895532e66c | |
parent | bc610b5b9f69ac1f9b337159132243bd1c6c7cb3 [diff] |
nitrogen6x: reserve used gpios This prevents messages like gpio@20a0000: get_value: error: gpio GPIO2_2 not reserved when CONFIG_DM_GPIO is enabled. Also, when CONFIG_DM_GPIO is enabled, checkboard is too early to use gpio_get_value, so read it directly on failure. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>