]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: ventana: register gpio's with gpio_request
authorTim Harvey <tharvey@gateworks.com>
Sat, 9 May 2015 01:28:28 +0000 (18:28 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 13:00:30 +0000 (15:00 +0200)
commita03e9ac0b3baeace873f80441324f322ebe20c6d
treecf2aca220345d1d9d448ded4e3ccc02581a5937e
parent8b29b5b80e1b84fdd5dfbd80072d57f1c859d3ca
imx: ventana: register gpio's with gpio_request

Prior to using a gpio a call to gpio_request() should be called to register
it with the gpio subsystem.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/gw_ventana.c