commit | 293ef19cbb9ef403b6dc9c96e34096bac5c88b84 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Apr 15 15:07:33 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 11 14:20:14 2011 +0300 |
tree | 39d3844bd6960963868c31280d8c5711de8994d7 | |
parent | cc5c185098d85d709cc2a542c40abff0b337e094 [diff] |
OMAP: DSS2: Add FEAT_DSI_REVERSE_TXCLKESC OMAP3430 has RESETDONETXCLKESCx bits in the order following bitnumber order for lanes 0, 1, 2: 28, 27, 26. OMAP3630 and later have them in saner order: 24, 25, 26 (and 27, 28 for OMAP4). This patch adds a dss_feature that can be used to differentiate between those two orders of RESETDONETXCLKESCx bits. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>