Commit db2d7420 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed: ast2500evb: Enable built in RTC



Enable this device so the RTC driver can be tested on the EVB.

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210727034639.474458-1-joel@jms.id.au
parent dc2de6ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -129,3 +129,7 @@
     status = "okay";
     memory-region = <&gfx_memory>;
};

&rtc {
	status = "okay";
};