ARM: dts: aspeed: ast2500evb: Enable built in RTC
authorJoel Stanley <joel@jms.id.au>
Tue, 27 Jul 2021 03:46:39 +0000 (13:16 +0930)
committerJoel Stanley <joel@jms.id.au>
Wed, 28 Jul 2021 01:11:51 +0000 (10:41 +0930)
Enable this device so the RTC driver can be tested on the EVB.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210727034639.474458-1-joel@jms.id.au
arch/arm/boot/dts/aspeed-ast2500-evb.dts

index 583a241f115188bcda9a1cb79d46b9172b6f76cd..1d24b394ea4c3e3686d14006c0690afe3fd700c9 100644 (file)
      status = "okay";
      memory-region = <&gfx_memory>;
 };
+
+&rtc {
+       status = "okay";
+};