mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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:
parent
2eaa2998f8
commit
b0f9cb4a07
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user