sasa
-
Posts
5 -
Joined
-
Last visited
Reputation Activity
-
sasa got a reaction from wulfy23 in Orange Pi Zero 3
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.
-
sasa got a reaction from sakesm in Sound on H616/H618 socs
Hi, I think these messages are not related to analog audio, at least on my custom board with t507 processor, analog audio works with this error.
You can simply disable them as it was in the linux kernel 6.1
The sound works for me if I turn it on in the mixer
It’s strange, but I have another problem - the sound does not work through HDMI and there is also a problem with reading EDID through the DDC interface. I would be grateful if you could tell me whether automatic detection of monitor or TV resolution via HDMI works for you.