Merge "fb: msm_dba: disable timing generator correctly during suspend"

This commit is contained in:
Linux Build Service Account 2018-05-24 02:46:43 -07:00 committed by Gerrit - the friendly Code Review server
commit 3ff5bbb593

View file

@ -191,7 +191,7 @@ static struct adv7533_reg_cfg adv7533_video_en[] = {
static struct adv7533_reg_cfg adv7533_video_disable[] = {
/* Timing Generator Disable */
{I2C_ADDR_CEC_DSI, 0x27, 0x4B, 0},
{I2C_ADDR_CEC_DSI, 0x27, 0x0B, 0},
/* SPDIF disable */
{I2C_ADDR_MAIN, 0x0B, 0x00, 0},
/* Gate CEC Clock */