Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b324b3a1 authored by Rahul Sharma's avatar Rahul Sharma
Browse files

fb: msm_dba: disable timing generator correctly during suspend



Disable the timing generator appropriately.

Register : 0x27, DSI Internal Timing Generator Enable register
BIT 7: DSI Internal Timing Generator Enable
BIT 6: DSI Internal Timing Generator Reset Enable

Change-Id: I8e0ddc9ca84db013393c75778a4117bf7279a804
Signed-off-by: default avatarRahul Sharma <sharah@codeaurora.org>
parent 2e8cbd52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */