]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2025 10:07:13 +0000 (11:07 +0100)
[ Upstream commit c3f03bec30efd5082b55876846d57b5d17dae7b9 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi

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