Hi, On Tue, Apr 28, 2020 at 08:04:37AM +0100, Kejia Hu wrote: > Instead of hardcode the mask, it should be depends > on which generation of pon it was. > > Signed-off-by: Kejia Hu <kejia.hu@xxxxxxxxxxxxxxx> > --- Thanks, queued. -- Sebastian > drivers/power/reset/qcom-pon.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/power/reset/qcom-pon.c b/drivers/power/reset/qcom-pon.c > index 22a743a0bf28..4a688741a88a 100644 > --- a/drivers/power/reset/qcom-pon.c > +++ b/drivers/power/reset/qcom-pon.c > @@ -34,7 +34,8 @@ static int pm8916_reboot_mode_write(struct reboot_mode_driver *reboot, > > ret = regmap_update_bits(pon->regmap, > pon->baseaddr + PON_SOFT_RB_SPARE, > - 0xfc, magic << pon->reason_shift); > + GENMASK(7, pon->reason_shift), > + magic << pon->reason_shift); > if (ret < 0) > dev_err(pon->dev, "update reboot mode bits failed\n"); > > -- > 2.11.0 >
Attachment:
signature.asc
Description: PGP signature