aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rv3028.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2020-10-09 17:30:59 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2020-10-15 12:09:35 +0200
commitc1efae1432018063e7e723c4267edd3f13ce0f48 (patch)
treeba0fed250ef9c3a2a6a0cf969a821994758fc33f /drivers/rtc/rtc-rv3028.c
parent00e8e87f10155b06ae2bc9f93c4d006681640e65 (diff)
downloadlinux-c1efae1432018063e7e723c4267edd3f13ce0f48.tar.gz
rtc: rv3028: fix trickle resistor values
Version 1.0 of the application manual had the wrong resistor values. Fix them according to version 1.1 Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20201009153101.721149-2-alexandre.belloni@bootlin.com
Diffstat (limited to 'drivers/rtc/rtc-rv3028.c')
-rw-r--r--drivers/rtc/rtc-rv3028.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-rv3028.c b/drivers/rtc/rtc-rv3028.c
index fcc21b1b07b40..5cfce6415d9c9 100644
--- a/drivers/rtc/rtc-rv3028.c
+++ b/drivers/rtc/rtc-rv3028.c
@@ -95,7 +95,7 @@ struct rv3028_data {
#endif
};
-static u16 rv3028_trickle_resistors[] = {1000, 3000, 6000, 11000};
+static u16 rv3028_trickle_resistors[] = {3000, 5000, 9000, 15000};
static ssize_t timestamp0_store(struct device *dev,
struct device_attribute *attr,