Hello, to avoid this error, you can disable strict mode in the pin controller driver
https://elixir.bootlin.com/linux/v6.7.12/source/drivers/pinctrl/sunxi/pinctrl-sun50i-h616.c
But I'm not sure that the driver for this touchscreen can work on allwinner processors without changes, because their "gpio_in" and "irq" are different multiplexer states
I think they cannot work simultaneously, so something similar is needed
PS Of course you can use different pins for interrupts and gpio and then everything should work out of the box.