ARM: dts: stm32: Prefer HW RTC on DHCOM SoM
authorMarek Vasut <marex@denx.de>
Sun, 20 Jun 2021 18:54:21 +0000 (20:54 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 30 Jul 2021 13:08:34 +0000 (15:08 +0200)
commit3a0670824979a986a2314c921aa092e60730eeae
tree7f745391a8bbbc29ebcd829815a4bbcda5b7be21
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
ARM: dts: stm32: Prefer HW RTC on DHCOM SoM

The DHCOM SoM has two RTC, one is the STM32 RTC built into the SoC
and another is Microcrystal RV RTC. By default, only the later has
battery backup, the former does not. The order in which the RTCs
are probed on boot is random, which means the kernel might pick up
system time from the STM32 RTC which has no battery backup. This
then leads to incorrect initial system time setup, even though the
HW RTC has correct time configured in it.

Add DT alias entries, so that the RTCs get assigned fixed IDs and
the HW RTC is always picked by the kernel as the default RTC, thus
resulting in correct system time in early userspace.

Fixes: 34e0c7847dcf ("ARM: dts: stm32: Add DH Electronics DHCOM STM32MP1 SoM and PDK2 board")
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi