]> code.ossystems Code Review - bsp/u-boot.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)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 15 May 2015 15:22:42 +0000 (12:22 -0300)
commita4f84a5da774aa54986d2405c04deed537d20590
treefef1c27ebdf543df7747bea8c79010216dd2e863
parent872b1ae73f42ca5f86b3968d0d7bc8c181c5f55d
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