rk32 lvds: fix lvds no display when resume

This commit is contained in:
zwl
2014-05-14 10:19:02 +08:00
parent c262b3b4db
commit 9af754f0e9

View File

@@ -86,7 +86,7 @@ static int rk32_lvds_en(void)
val |= (screen->pin_dclk << 8) | (screen->pin_hsync << 9) |
(screen->pin_den << 10);
val |= (val << 16);
val |= (0xffff << 16);
grf_writel(val, RK3288_GRF_SOC_CON7);
if (screen->type == SCREEN_RGB) {