[PATCH linux dev-5.15 10/10] arch: arm: dts: bletchley: cleanup redundant node
Potin Lai
potin.lai at quantatw.com
Fri Feb 11 12:57:55 AEDT 2022
Remove redundant i2c1 node.
Disable in-chip rtc, use external rtc (pcf85263) instead.
Signed-off-by: Potin Lai <potin.lai at quantatw.com>
---
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
index 946107bd8bc7..fb62a67cfeed 100644
--- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
@@ -205,10 +205,6 @@
};
};
-&rtc {
- status = "okay";
-};
-
&fmc {
status = "okay";
flash at 0 {
@@ -387,10 +383,6 @@
};
};
-&i2c1 {
- status = "okay";
-};
-
&i2c2 {
status = "okay";
ina230 at 45 {
@@ -680,6 +672,7 @@
};
rtc at 51 {
+ /* in-chip rtc disabled, use this external rtc instead */
compatible = "nxp,pcf85263";
reg = <0x51>;
};
--
2.17.1
More information about the openbmc
mailing list