[PATCH 1/2] arm64: dts: imx93-11x11-frdm-common: fix the rtc aliases

From: Maud Spierings via B4 Relay

Date: Sun Sep 06 2026 - 09:58:53 EST


From: Maud Spierings <maud_spierings@xxxxxxxxxxx>

pcf2131 has been assigned the rtc0 alias, but if the bbnsm_rtc gets
probed first it will take this name.

Properly assign bbnsm_rtc to rtc1 so that this doesn't happen

Signed-off-by: Maud Spierings <maud_spierings@xxxxxxxxxxx>
---
arch/arm64/boot/dts/freescale/imx93-11x11-frdm-common.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm-common.dtsi b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm-common.dtsi
index 5c8fdd77ec15..97d89288db3c 100644
--- a/arch/arm64/boot/dts/freescale/imx93-11x11-frdm-common.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93-11x11-frdm-common.dtsi
@@ -13,6 +13,7 @@ aliases {
mmc0 = &usdhc1; /* EMMC */
mmc1 = &usdhc2; /* uSD */
rtc0 = &pcf2131;
+ rtc1 = &bbnsm_rtc;
serial0 = &lpuart1;
serial4 = &lpuart5;
};

--
2.55.0