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:
shengfei Xu
2021-02-01 17:39:59 +08:00
committed by Tao Huang
parent fdc069542d
commit b05b22f9e8

View File

@@ -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)