]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
OMAP:DISPC Register name typo
authorarun <arunedarath@mistralsolutions.com>
Wed, 7 May 2008 06:55:40 +0000 (12:25 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 7 May 2008 23:19:50 +0000 (16:19 -0700)
DISPC_CONTROL was used instead of DISPC_SYSCONFIG.

Signed-off-by: arun <arunedarath@mistralsolutions.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/video/omap/dispc.c

index 4c055a24554ed6065cc252b164730dfdf9770434..6aff476e72247c9b08b2705ef1a987123a227018 100644 (file)
@@ -1393,7 +1393,7 @@ static int omap_dispc_init(struct omapfb_device *fbdev, int ext_mode,
        }
 
        /* Enable smart idle and autoidle */
-       l = dispc_read_reg(DISPC_CONTROL);
+       l = dispc_read_reg(DISPC_SYSCONFIG);
        l &= ~((3 << 12) | (3 << 3));
        l |= (2 << 12) | (2 << 3) | (1 << 0);
        dispc_write_reg(DISPC_SYSCONFIG, l);