rtc: rv3032: fix EERD location
[ Upstream commit b0f9cb4a07 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a7b7bc510e
commit
72d9ccdcfc
@@ -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