Commit de8cf61c authored by Oleksandr Suvorov's avatar Oleksandr Suvorov Committed by Shawn Guo
Browse files

ARM: dts: imx7-colibri: add alias for RTC



Make sure that the priority of the RTCs is defined.

Signed-off-by: default avatarStefan Agner <stefan.agner@toradex.com>
Signed-off-by: default avatarOleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ccf17617
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,11 @@
 */

/ {
	aliases {
		rtc0 = &rtc;
		rtc1 = &snvs_rtc;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};