[PATCH] ARM: dts: aspeed: ast2500evb: Enable built in RTC

Joel Stanley joel at jms.id.au
Tue Jul 27 13:46:39 AEST 2021


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

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 arch/arm/boot/dts/aspeed-ast2500-evb.dts | 4 ++++
 1 file changed, 4 insertions(+)

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 @@ &gfx {
      status = "okay";
      memory-region = <&gfx_memory>;
 };
+
+&rtc {
+	status = "okay";
+};
-- 
2.32.0



More information about the Linux-aspeed mailing list