mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user