From: Vibhore Vardhan Date: Fri, 14 Feb 2025 23:22:12 +0000 (-0600) Subject: arm64: dts: ti: k3-am62a7-sk: Add alias for RTC X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=34887f2dab33b30de2730005681c796114fba351;p=users%2Fjedix%2Flinux-maple.git arm64: dts: ti: k3-am62a7-sk: Add alias for RTC Adds alias for SoC RTC so that it gets assigned rtc0. PMIC node is assigned rtc1 so that PMIC RTC gets probed as rtc1. This makes it consistent for testing rtcwake with other AM62 devices where rtc0 is SoC RTC. Signed-off-by: Vibhore Vardhan [k-willis@ti.com: Reworded commit message] Reviewed-by: Dhruva Gole Signed-off-by: Kendall Willis Link: https://lore.kernel.org/r/20250214232212.1158505-1-k-willis@ti.com Signed-off-by: Vignesh Raghavendra --- diff --git a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts index afe654cf1c221..c5b199bb3f8eb 100644 --- a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts @@ -22,6 +22,8 @@ serial3 = &main_uart1; mmc0 = &sdhci0; mmc1 = &sdhci1; + rtc0 = &wkup_rtc0; + rtc1 = &tps659312; }; chosen {