[PATCH 05/17] ARM: dts: aspeed: minerva: change RTC reference
Yang Chen
yangchen.openbmc at gmail.com
Tue Jun 25 22:18:23 AEST 2024
From: Yang Chen <yang.chen at quantatw.com>
Change the RTC reference from on-chip to externel on i2c bus 9 and address
is 0x51.
Signed-off-by: Yang Chen <yang.chen at quantatw.com>
---
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
index 19f609cfd026..32400284479e 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts
@@ -116,10 +116,6 @@ flash at 1 {
};
};
-&rtc {
- status = "okay";
-};
-
&sgpiom0 {
status = "okay";
ngpios = <128>;
@@ -329,6 +325,11 @@ eeprom at 50 {
compatible = "atmel,24c64";
reg = <0x50>;
};
+
+ rtc at 51 {
+ compatible = "nxp,pcf8563";
+ reg = <0x51>;
+ };
};
&i2c10 {
--
2.34.1
More information about the Linux-aspeed
mailing list