From: Joel Stanley Date: Tue, 27 Jul 2021 03:46:39 +0000 (+0930) Subject: ARM: dts: aspeed: ast2500evb: Enable built in RTC X-Git-Tag: Ubuntu-5.15.0-12.12~1940^2~6^2~13 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=db2d7420f8d381c31fc411c818e4d3ff52e538ed;p=mirror_ubuntu-jammy-kernel.git 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 Link: https://lore.kernel.org/r/20210727034639.474458-1-joel@jms.id.au --- diff --git a/arch/arm/boot/dts/aspeed-ast2500-evb.dts b/arch/arm/boot/dts/aspeed-ast2500-evb.dts index 583a241f1151..1d24b394ea4c 100644 --- a/arch/arm/boot/dts/aspeed-ast2500-evb.dts +++ b/arch/arm/boot/dts/aspeed-ast2500-evb.dts @@ -129,3 +129,7 @@ status = "okay"; memory-region = <&gfx_memory>; }; + +&rtc { + status = "okay"; +};