Part Number: AM3359
Hi TI team,
I am facing an issue while defining the GPIO direction as output. I am using GPIO2_5 as the LAN PHY reset, which is one of the inputs of the 7UL1T80FU AND logic IC. This pin operates at 1.8V, while the second input and output pins operate at 3.3V. 

Commands:
- `$ echo 69 > /sys/class/gpio/export`
- `$ echo out > /sys/class/gpio/gpio69/direction
Device tree configuration:
...
I have applied an internal pull-up, but when I define this pin's direction as output, it immediately goes low, triggering the PHY reset. Could you please help me ensure that this pin remains high whenever I define its direction as output?
Thank you.