I was rechecked that openvfd works and get its config
openvfd dtbo overlay fragment (decompiled on running system)
It works, driver loaded and userspace software shows me current time on LED (some segments shows wrong, i think it result of wrong chars config)
tm16xx:
I've tried many values for GPIO line config, GPIO_ACTIVE_LOW (1), GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN (6), GPIO_ACTIVE_HIGH (0), GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN (7). It was no result at all, driver still says
that cannot init controller.
Also i was tried drivers fd6551, fd655 with different GPIO lines config. No success.
I was rechecked LED controller chip on board, it is really FD6551.
tm16xx dtbo overlay fragment (decompiled on running system)
I have no ideas what goes wrong.
When i was configure openvfd device tree, pointing gpio chip as &gpio was not works. Only pointing as "0300b000.pinctrl" was successful. Maybe, its important...
Maybe, some features/conflicts at controller init needs debugging