]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: imx8mn-beacon: Fix RTC capacitive load
authorAdam Ford <aford173@gmail.com>
Wed, 16 Apr 2025 01:01:28 +0000 (20:01 -0500)
committerShawn Guo <shawnguo@kernel.org>
Fri, 25 Apr 2025 02:05:03 +0000 (10:05 +0800)
Although not noticeable when used every day, the RTC appears to drift when
left to sit over time.  This is due to the capacitive load not being
properly set. Fix RTC drift by correcting the capacitive load setting
from 7000 to 12500, which matches the actual hardware configuration.

Fixes: 36ca3c8ccb53 ("arm64: dts: imx: Add Beacon i.MX8M Nano development kit")
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi

index 2a64115eebf1c68b69eb0076aa08558eface5705..bb11590473a4c7c90471d07ae7a7ce8e04b1799f 100644 (file)
        rtc: rtc@51 {
                compatible = "nxp,pcf85263";
                reg = <0x51>;
+               quartz-load-femtofarads = <12500>;
        };
 };