mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
mfd: rk808: config sleep pin polarity active need delay 2ms
Signed-off-by: shengfei Xu <xsf@rock-chips.com> Change-Id: I404265384c2bc49274646cf749aa8ccf37b0899f
This commit is contained in:
@@ -821,6 +821,8 @@ static void rk817_shutdown_prepare(void)
|
||||
RK817_SLPPIN_FUNC_MSK, SLPPIN_DN_FUN);
|
||||
if (ret)
|
||||
dev_err(&rk808_i2c_client->dev, "Failed to shutdown device!\n");
|
||||
/* pmic need the SCL clock to synchronize register */
|
||||
mdelay(2);
|
||||
}
|
||||
|
||||
static void rk818_device_shutdown(void)
|
||||
|
||||
Reference in New Issue
Block a user