LCD_BIAS_ACTIVE_LOW
fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ? LCCR3_OEP : 0;
info->lcd_conn |= LCD_BIAS_ACTIVE_LOW;