Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

+4
+4
arch/arm/boot/dts/aspeed-ast2500-evb.dts
··· 129 129 status = "okay"; 130 130 memory-region = <&gfx_memory>; 131 131 }; 132 + 133 + &rtc { 134 + status = "okay"; 135 + };