This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3356: Set GPIO in U-Boot and keep it in Linux

Part Number: AM3356

Tool/software:

I managed to set a GPIO port in U-Boot. But while booting Linux the state is cleared and set again. First approach was by find a way to disable the reset in device tree. Second was was to use "gpio-leds" in device tree. But there is a small gap and the GPIO is reset and set after about 1 s. What is the right solution to not reset the GPIO?