Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Simon Glass authored
The gpio command mostly relies on gpio_request() and gpio_free() being nops, in that you can request a GPIO twice. With driver model this is now implemented correctly, so it fails. Change the command to deal with a failure to claim the GPIO. Signed-off-by:
Simon Glass <sjg@chromium.org>
Simon Glass authoredThe gpio command mostly relies on gpio_request() and gpio_free() being nops, in that you can request a GPIO twice. With driver model this is now implemented correctly, so it fails. Change the command to deal with a failure to claim the GPIO. Signed-off-by:
Simon Glass <sjg@chromium.org>