[PATCH] ARM: dts: aspeed: clemente: Remove nct3018y rtc node
From: Mike Hsieh
Date: Mon Aug 31 2026 - 11:38:36 EST
The Clemente platform has a second source RTC chip (PCF85053A) that
shares the same I2C address (0x6f) with the existing NCT3018Y.
Remove the statically defined nct3018y RTC node from the device tree.
The correct RTC driver will be dynamically detected and instantiated
from userspace/early-init script at runtime.
Signed-off-by: Mike Hsieh <mike_hsieh@xxxxxxxxxxxx>
---
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
index 820d39a92974..51e90a4fba0e 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
@@ -958,11 +958,6 @@ io_expander3: gpio@21 {
"",
"";
};
-
- rtc@6f {
- compatible = "nuvoton,nct3018y";
- reg = <0x6f>;
- };
};
&i2c7 {
---
base-commit: bd35c4d64a566319bb5a151384eb9dbdf4b44eb9
change-id: 20260831-clemente-remove-rtc-d37f77c8e0cb
Best regards,
--
Mike Hsieh <mike_hsieh@xxxxxxxxxxxx>