]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: toradex: colibri-imx8x: Remove board_gpio_init
authorHiago De Franco <hiago.franco@toradex.com>
Wed, 27 Mar 2024 12:45:50 +0000 (09:45 -0300)
committerFabio Estevam <festevam@gmail.com>
Sat, 30 Mar 2024 16:58:29 +0000 (13:58 -0300)
commita7fdca901f2cbd5cf92b32cd8e4fb6c4ab18e592
treedfbb8804e3000d29ffb6e1955c9b91bfb5e929fe
parentf8b874f5426dc006cb5b31690b94a50a85a3236b
board: toradex: colibri-imx8x: Remove board_gpio_init

On Colibri iMX8X, the gpio initialization and usage should be handled by
the device tree, not by the colibri-imx8x.c code. Therefore, remove it.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
board/toradex/colibri-imx8x/colibri-imx8x.c