Skip to content

Commit b0f9cb4

Browse files
rtc: rv3032: fix EERD location
EERD is bit 2 in CTRL1 Link: https://lore.kernel.org/r/20250306214243.1167692-1-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 2eaa299 commit b0f9cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/rtc/rtc-rv3032.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#define RV3032_CLKOUT2_FD_MSK GENMASK(6, 5)
7070
#define RV3032_CLKOUT2_OS BIT(7)
7171

72-
#define RV3032_CTRL1_EERD BIT(3)
72+
#define RV3032_CTRL1_EERD BIT(2)
7373
#define RV3032_CTRL1_WADA BIT(5)
7474

7575
#define RV3032_CTRL2_STOP BIT(0)

0 commit comments

Comments
 (0)