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.
Hi Kim,
I checked in the Linux kernel and u-boot, Software is not really configuring this GPIO pin.
This maybe because the board has a PULL UP.
If you are following similar design, you should not be required to configure the same.
However, if you want to set the GPIO unconditionally to HIGH/LOW, You can describe that in the GPIO hog DT entry.
https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt
Regards,
Nikhil D