summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Robinson <[email protected]>2021-12-21 12:32:46 +0000
committerTom Rini <[email protected]>2022-01-07 09:30:44 -0500
commit4be9947edf68650db0c68d7c212f98a7cd1dfbdd (patch)
tree4a6956735b1105d8a632bc3749847f3eacfc92c6 /include
parentf77549fe7459d7a44714dfc7af1f71e5ad68cbe6 (diff)
udoo_neo: Call gpio_request()
Calling gpio_request() prior to its usage is now mandatory. This fixes the following GPIO errors: gpio@20a8000: set_dir_flags: error: gpio GPIO4_16 not reserved gpio@20a8000: set_dir_flags: error: gpio GPIO4_13 not reserved gpio@20a8000: set_dir_flags: error: gpio GPIO4_0 not reserved gpio@20a8000: get_value: error: gpio GPIO4_13 not reserved gpio@20a8000: get_value: error: gpio GPIO4_0 not reserved gpio@20a0000: set_dir_flags: error: gpio GPIO2_1 not reserved gpio@20a0000: set_value: error: gpio GPIO2_1 not reserved Fixes: 191840ae99 ("ARM: imx: udoo_neo: Enable OF_CONTROL and DM gpio/pin control") Signed-off-by: Peter Robinson <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions