diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-04-14 12:42:22 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 15:20:12 +0400 |
commit | 95861368e3eb2180dc9f00e916a4ba6f5e1fe4ce (patch) | |
tree | ac334ca0aaae9ce2ba06ca819d7e938d9770f342 /drivers/video/omap2/dss/dss_features.h | |
parent | 0a0ee46b1ae05862cb05ec43caffc01c5259c4cc (diff) | |
download | linux-95861368e3eb2180dc9f00e916a4ba6f5e1fe4ce.tar.xz |
OMAP: DSS2: DSI: Remove CIO LDO status check
CIO LDO status check seems to be broken on OMAP3630+ chips, and it's
also quite unclear what LDO status actually tells and when its status
changes.
This patch removes the whole check on the grounds that if there's a
problem with the LDO, we should anyway catch the problem as we check the
CIO power state and CIO reset status.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.h')
-rw-r--r-- | drivers/video/omap2/dss/dss_features.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/video/omap2/dss/dss_features.h b/drivers/video/omap2/dss/dss_features.h index d03f558d181b..1093e8daaa66 100644 --- a/drivers/video/omap2/dss/dss_features.h +++ b/drivers/video/omap2/dss/dss_features.h @@ -43,9 +43,8 @@ enum dss_feat_id { /* DSI-PLL power command 0x3 is not working */ FEAT_DSI_PLL_PWR_BUG = 1 << 13, FEAT_DSI_PLL_FREQSEL = 1 << 14, - FEAT_DSI_LDO_STATUS = 1 << 15, - FEAT_DSI_DCS_CMD_CONFIG_VC = 1 << 16, - FEAT_DSI_VC_OCP_WIDTH = 1 << 17, + FEAT_DSI_DCS_CMD_CONFIG_VC = 1 << 15, + FEAT_DSI_VC_OCP_WIDTH = 1 << 16, }; /* DSS register field id */ |