Commit 51c8eaa1 authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo
Browse files

arm64: dts: fsl-ls1028a-kontron-sl28: add rtc0 alias



For completeness, add the rtc0 alias.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c75dc98b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ aliases {
		spi1 = &dspi2;
		mmc0 = &esdhc1;
		mmc1 = &esdhc;
		rtc0 = &rtc;
		rtc1 = &ftm_alarm0;
	};

@@ -178,7 +179,7 @@ &gpio2 {
&i2c0 {
	status = "okay";

	rtc@32 {
	rtc: rtc@32 {
		compatible = "microcrystal,rv8803";
		reg = <0x32>;
	};