]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
HACK: omapdss: HDMI hacks for DRA7x
authorArchit Taneja <archit@ti.com>
Tue, 30 Apr 2013 16:50:29 +0000 (18:50 +0200)
committerArchit Taneja <archit@ti.com>
Thu, 30 May 2013 15:39:09 +0000 (21:09 +0530)
commit3b7bc6949f9a078bcb828cdfde4ca30baacc3854
treee06cbdd9ef9ef1d38fd7f0e788ead3e00590497f
parent1e808079b4a481993f3bf32aafea276d061af68e
HACK: omapdss: HDMI hacks for DRA7x

- Vayu evm has a demux which decides whether i2c2 lines go to the hdmi level
shifter(and finally to the panel) or if they are in their normal state(where
i2c2 is connected to many slaves, one of which is a gpio expander to configure
the LS_OE and CT_HPD pins of the level shifter). This demux is controlled by
a mcasp based gpio. There is no mcasp-gpio driver, neither there is a clean
way to represent such a pin in DT. So the bit is toggled as a hack in the
hdmi driver itself.

- On DRA7x, hdmi phy state transition checks are failing even though hdmi phy is
transitioning correctly, ignore the phy transition checks for now.

These need to be cleaned up later.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c