Tool/software: Linux
Using TISDK 4.02 and AM5728 custom board, I am trying to figure out what the best way is to set a pin to GPIO output with pullup.
Can I do it in U-Boot (in mux_data.h) and not worry about it in Kernel? Or should I create a gpio property in my device tree and do another pinmux?