mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
mfd: rk808: fix the shutdown function for rk817
Change-Id: Ieb980e9d2c779821d90061e79cebd302554176fc Signed-off-by: shengfei Xu <xsf@rock-chips.com>
This commit is contained in:
parent
b14ec5d805
commit
75b2bdbcf3
|
|
@ -148,7 +148,7 @@ static int rk817_shutdown_prepare(struct regmap *regmap)
|
|||
/* pmic sleep shutdown function */
|
||||
ret = regmap_update_bits(regmap,
|
||||
RK817_SYS_CFG(3),
|
||||
RK817_SLPPIN_FUNC_MSK, SHUTDOWN_FUN);
|
||||
RK817_SLPPIN_FUNC_MSK, SLPPIN_DN_FUN);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user