[U-Boot] [PATCH 1/3] Add nitrogen6x board
Sinan Akman
sinan at writeme.com
Thu Oct 4 23:51:24 CEST 2012
On 10/04/2012 05:42 PM, Sinan Akman wrote:
> On 10/04/2012 03:49 PM, Eric Nelson wrote:
> [..]
>> + gpio_direction_output(IMX_GPIO_NR(6, 24), 1);
>> +
>> + /* Need delay 10ms according to KSZ9021 spec */
>> + udelay(1000 * 10);
>> + gpio_set_value(IMX_GPIO_NR(3, 23), 1);
>
> Don't you need a
>
> gpio_set_value(IMX_GPIO_NR(1, 27), 1);
>
> here for Nitrogen6x ?
>
Never mind, I just saw that this is in a separate patch. Sorry
for the noise.
More information about the U-Boot
mailing list