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>
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
#define RV3032_CLKOUT2_FD_MSK GENMASK(6, 5)
|
||||
#define RV3032_CLKOUT2_OS BIT(7)
|
||||
|
||||
#define RV3032_CTRL1_EERD BIT(3)
|
||||
#define RV3032_CTRL1_EERD BIT(2)
|
||||
#define RV3032_CTRL1_WADA BIT(5)
|
||||
|
||||
#define RV3032_CTRL2_STOP BIT(0)
|
||||
|
||||
Reference in New Issue
Block a user