Commit 85cab027 authored by Srinivas Neeli's avatar Srinivas Neeli Committed by Alexandre Belloni

rtc: zynqmp: Updated calibration value

As per RTC spec default calibration value is 0x7FFF.
We are in process to update the 0x7FFF as default value in
the next version of TRM.
Signed-off-by: default avatarSrinivas Neeli <srinivas.neeli@xilinx.com>
Acked-by: default avatarPeter Korsgaard <peter@korsgaard.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220626070817.3780977-2-srinivas.neeli@xilinx.com
parent f69060c1
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#define RTC_OSC_EN BIT(24) #define RTC_OSC_EN BIT(24)
#define RTC_BATT_EN BIT(31) #define RTC_BATT_EN BIT(31)
#define RTC_CALIB_DEF 0x198233 #define RTC_CALIB_DEF 0x7FFF
#define RTC_CALIB_MASK 0x1FFFFF #define RTC_CALIB_MASK 0x1FFFFF
#define RTC_ALRM_MASK BIT(1) #define RTC_ALRM_MASK BIT(1)
#define RTC_MSEC 1000 #define RTC_MSEC 1000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment