Tool/software:
Hi
When we configure GPIO as output in the device tree during system startup (verified via source code/register inspection that RXACTIVE is disabled), then later attempt to switch some pins to input mode during runtime using the direction
attribute, the RXACTIVE bit fails to be automatically set. Consequently, reading the GPIO pin's value
returns invalid data until we manually configure the register. This behavior differs from other platforms we've used.