u-boot/board/samsung/odroid
Suriyan Ramasami f2cca34245 odroid: usbhost - Add missing gpio_request call
The USB host code was missing gpio_request() calls before using the gpio
functions, causing errors to be printed out.

As a side note calls to max77686_set_buck_mode(OPMODE_OFF/OPMODE_ON) have
been removed, as they did not have any effect. This is as per Przemyslaw:
I looked into the documentation and there is a "ENB8" pin in PMIC package.
This pin allows steering BUCK8 ON/OFF by the hardware. If ENB8 is set to low
then you can do on/off. If high, then you cannot change its state by I2C
write, which seems to be the case with the Odroids.

Signed-off-by: Suriyan Ramasami <suriyan.r@gmail.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2014-11-24 10:40:24 +09:00
..
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
MAINTAINERS odroid: kconfig: add odroid_defconfig 2014-09-05 13:58:50 +09:00
Makefile odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412 2014-09-05 13:58:50 +09:00
odroid.c odroid: usbhost - Add missing gpio_request call 2014-11-24 10:40:24 +09:00
setup.h odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412 2014-09-05 13:58:50 +09:00