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.

GPIO Am335x SDK7

HI

I set a gpio pin to mux7 and high level output in u-boot. During the kernel start (between message "Starting kernel ..." and "booting Linux") the level changes to low and input. Later on I can modify it with sysfs (mux stay at 7).

I have checked the dts and dtsi files but the gpio pin is not manipulated. Is there any function in the kernel which sets all gpios to a default setting ?

Is it possible to set the output level inside the dts files.

Thanks in advance

Rainer