Hi everybody,
Set an gpio as output with "1" on the u-boot and it should keep this value during the kernel startup. But the driver "/linux/arch/arm/plat-omap/gpio.c" always reset this value to zero and i have to reinitialize it on the kernel. I could not found where this value is being overwritten.
PS: I'm using AM3874
Thank you