Hi
We have a custom iMX8XQP board where we want to use the pads SPDIF0_RX / SPDIF0_TX as GPIOs (LSIO_GPIO0_IO10 / LSIO_GPIO0_IO11). I added the following entries to the pinctrl_hog
IMX8QXP_SPDIF0_RX_LSIO_GPIO0_IO10 0x00000041
IMX8QXP_SPDIF0_TX_LSIO_GPIO0_IO11 0x00000041
and test the GPIOs through sysfs. The gpios are exported correctly and I can use the files in sysfs but the corresponding pins are always low. I used this approach with a couple of other GPIOs and there it works as expected. Is there anything special about these two pads?