commit | a67e07f1e71a4acbaa5ee0f2ca8a4411d6676161 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Tue May 24 11:03:53 2016 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue May 31 17:25:02 2016 +0200 |
tree | e11daa87ee5bb4206935c3347cf771860cf8c7c6 | |
parent | 2453510c4889ae200b7a0bbb7d03ba929816f0dc [diff] |
imx: ventana: export backlight gpio after gpio driver is available Calling request_gpio to register bklt_gpio with the GPIO driver had no effect in setup_display called from early board init (although pinmuxing it and configuring it as output-low does do what it should). Therefore move the request_gpio later in enable_lvds so that its registered for use by the gpio command if LVDS is actually enabled. Signed-off-by: Tim Harvey <tharvey@gateworks.com>