[U-Boot] [PATCH v2] tegra20: tamonten: Fix the early gpio init

2015-02-24 Thread Alban Bedel
As the GPIO driver isn't ready when gpio_early_init() is called the normal GPIO API can't be used. Fix this like on seaboard by using the lower level function tegra_spl_gpio_direction_output(). Signed-off-by: Alban Bedel --- v2: Updated the log message to better describe the problem --- board/av

Re: [U-Boot] [PATCH v2] tegra20: tamonten: Fix the early gpio init

2015-02-24 Thread Simon Glass
+Tom Rini Hi, On 24 February 2015 at 10:50, Alban Bedel wrote: > As the GPIO driver isn't ready when gpio_early_init() is called the > normal GPIO API can't be used. Fix this like on seaboard by using the > lower level function tegra_spl_gpio_direction_output(). > > Signed-off-by: Alban Bedel >

Re: [U-Boot] [PATCH v2] tegra20: tamonten: Fix the early gpio init

2015-02-24 Thread Stephen Warren
On 02/24/2015 10:50 AM, Alban Bedel wrote: As the GPIO driver isn't ready when gpio_early_init() is called the normal GPIO API can't be used. Fix this like on seaboard by using the lower level function tegra_spl_gpio_direction_output(). Acked-by: Stephen Warren This seems to match what Seaboa