I'm using sii9022a chip to convert LCD to HDMI. This chip was mentioned here: http://e2e.ti.com/support/dsp/sitara_arm174_microprocessors/f/791/t/164229.aspx.
So far I could only find a ti8168evm, that is using this chip. My question is, how the software setup should look like?
The driver drivers/video/ti81xx/sii9022a/sii9022a_drv.c exists only in this repo: git://arago-project.org/git/projects/linux-omap3.git (branch: ti81xx-master), but it is not a generic driver, so i don't really know, where should I attach it to in the case of am335x.
Board file itself specifies only i2c registration of sii9022a and some audio setup, but I don't see anything concerning LCD configuration.
Is there any effort mainlining the driver for sii9022a?
Yegor