Hello,
Is it practically feasible to turn a data line (e.g. certain UART TX and RX as well as SD2 CLK, CMD, and D0-D3 lines) to GPIO lines that can be tri-stated? The goal is to put those pins to tristate/hi impedance which I think can be done by converting them to GPIO. I do know that these data lines' configuration are set in the device tree like its MUX function, pullups, etc, and that configuration is carried out when the kernel is initialized. Those data lines are being used for the entire session of the device and I'm told they have to be tristated just before turning off. I'm using Android 7.1 in an iMX6DL processor.
Hoping for a response. Thank you.
Alvin