diff options
| author | Adam Ford <aford173@gmail.com> | 2025-04-15 20:01:28 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-27 11:07:13 +0100 |
| commit | 30162f6adfe277b6fa1e4d962453b31141ee9f14 (patch) | |
| tree | 059694683900f352f377ceacc03517d83adea87f /arch | |
| parent | 3fdb56879bc259390ce718b4cd671cd11b25fa11 (diff) | |
| download | linux-30162f6adfe277b6fa1e4d962453b31141ee9f14.tar.gz linux-30162f6adfe277b6fa1e4d962453b31141ee9f14.tar.bz2 linux-30162f6adfe277b6fa1e4d962453b31141ee9f14.zip | |
arm64: dts: imx8mn-beacon: Fix RTC capacitive load
[ 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>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi index 1133cded9be2..c4b1c6029c9a 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi @@ -240,6 +240,7 @@ rtc: rtc@51 { compatible = "nxp,pcf85263"; reg = <0x51>; + quartz-load-femtofarads = <12500>; }; }; |
