]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: dts: zynqmp: rtc: Update rtc calibration value
authorSrinivas Neeli <srinivas.neeli@xilinx.com>
Mon, 8 Mar 2021 08:35:19 +0000 (14:05 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 16 Jun 2021 08:40:10 +0000 (10:40 +0200)
As per the design specification
"The 16-bit Seconds Calibration Value represents the number of
 Oscillator Ticks that are required to measure the largest time
 period that is less than or equal to 1 second.
 For an oscillator that is 32.768 KHz, this value will be 0x7FFF."

Signed-off-by: Srinivas Neeli <srinivas.neeli@xilinx.com>
State: pending

arch/arm/dts/zynqmp.dtsi

index 8f0b6f177df9e82e2570857fb5eaa37464e50e5d..6e6c2844a17ab42e7bf53b535eb9f16fd2c35265 100644 (file)
                        interrupt-parent = <&gic>;
                        interrupts = <0 26 4>, <0 27 4>;
                        interrupt-names = "alarm", "sec";
-                       calibration = <0x8000>;
+                       calibration = <0x7FFF>;
                };
 
                sata: ahci@fd0c0000 {