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

Commit 0f488f5a authored by Atul Raut's avatar Atul Raut Committed by Gerrit - the friendly Code Review server
Browse files

msm: adv7533: Optimizations for ADV7533 to improve startup time



reduce delay in ADV7533 probe routine for auto boot opt

CRs-Fixed: 1018583
Change-Id: If7947b77071cca044733326f044de7c816e23495
Signed-off-by: default avatarAtul Raut <araut@codeaurora.org>
parent 80dd573e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

#define ADV7533_REG_CHIP_REVISION (0x00)
#define ADV7533_DSI_CEC_I2C_ADDR_REG (0xE1)
#define ADV7533_RESET_DELAY (100)
#define ADV7533_RESET_DELAY (10)

#define PINCTRL_STATE_ACTIVE    "pmx_adv7533_active"
#define PINCTRL_STATE_SUSPEND   "pmx_adv7533_suspend"