summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayuresh Janorkar <mayur@ti.com>2009-12-04 00:00:00 +0530
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-12-07 16:28:10 +0530
commit49ab82a7eb6e5c82ed77cef1354ce0316254c718 (patch)
tree2bbea6616c4897da9f2f7ac5dda6904974e5be2f
parentb2cdd4a704988c54377df324d92ab977cfa734ea (diff)
DSS2 DSI2 Mux changes This patch makes the necessary chages in dsi2 mux sothat secondary lcd works fine.ti-2.6.31-omap4-L24.1-p2
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
-rw-r--r--drivers/video/omap2/dss/sym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/sym.c b/drivers/video/omap2/dss/sym.c
index 7a9fc12ece74..b4f90bde16a5 100644
--- a/drivers/video/omap2/dss/sym.c
+++ b/drivers/video/omap2/dss/sym.c
@@ -3156,7 +3156,7 @@ void ConfigCmplxIo()
void __iomem*phymux_base;
// Do The Mux
- unsigned int dsiMux = 0xFFFF0000;//((1 << 14) | (1 << 19) | (0x1F << 24) | (0x0 << 29)); // Pulling Down DSI lanes, Enabling DSI Lanes
+ unsigned int dsiMux = 0xFFFFFFFF;//((1 << 14) | (1 << 19) | (0x1F << 24) | (0x0 << 29)); // Pulling Down DSI lanes, Enabling DSI Lanes
phymux_base = ioremap(0x4A100000,0x1000);