author | Archit Taneja <archit@ti.com> | |
Tue, 30 Apr 2013 16:50:29 +0000 (18:50 +0200) | ||
committer | Archit Taneja <archit@ti.com> | |
Thu, 30 May 2013 15:39:09 +0000 (21:09 +0530) | ||
commit | 3b7bc6949f9a078bcb828cdfde4ca30baacc3854 | |
tree | e06cbdd9ef9ef1d38fd7f0e788ead3e00590497f | tree | snapshot (tar.xz tar.gz zip) |
parent | 1e808079b4a481993f3bf32aafea276d061af68e | commit | diff |
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>
- 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 | diff | blob | history | |
drivers/video/omap2/dss/hdmi.c | diff | blob | history | |
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c | diff | blob | history |