
4 Oct
2012
4 Oct
'12
11:51 p.m.
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.