mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
mfd: rk808: fix error of rk817 close rtc alarm
Signed-off-by: Shunqing Chen <csq@rock-chips.com> Change-Id: I242b54485fcc5d32eca3b3cc282e82baa13e1d9a
This commit is contained in:
parent
a59c01682e
commit
1a41b1771a
|
|
@ -786,7 +786,7 @@ static void rk817_shutdown_prepare(void)
|
|||
|
||||
/* close rtc int when power off */
|
||||
regmap_update_bits(rk808->regmap,
|
||||
RK817_INT_STS_MSK_REG1,
|
||||
RK817_INT_STS_MSK_REG0,
|
||||
(0x3 << 5), (0x3 << 5));
|
||||
regmap_update_bits(rk808->regmap,
|
||||
RK817_RTC_INT_REG,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user