Commit 69283f28 authored by arun's avatar arun Committed by Tony Lindgren

OMAP:DISPC Register name typo

DISPC_CONTROL was used instead of DISPC_SYSCONFIG.
Signed-off-by: default avatararun <arunedarath@mistralsolutions.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c38f7faa
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment