提交 60170ec8 编写于 作者: P Potin Lai 提交者: Joel Stanley

ARM: dts: aspeed: bletchley: Cleanup redundant nodes

Cleanup following nodes:

1. Remove redundant i2c1 node.
2. Disable in-chip rtc, use battery-backed external rtc (pcf85263)
   instead.
Signed-off-by: NPotin Lai <potin.lai@quantatw.com>
Reviewed-by: NJoel Stanley <joel@jms.id.au>
Reviewed-by: NPatrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220215163151.32252-11-potin.lai@quantatw.comSigned-off-by: NJoel Stanley <joel@jms.id.au>
上级 4d84ae95
...@@ -225,10 +225,6 @@ ...@@ -225,10 +225,6 @@
}; };
}; };
&rtc {
status = "okay";
};
&fmc { &fmc {
status = "okay"; status = "okay";
flash@0 { flash@0 {
...@@ -386,10 +382,6 @@ ...@@ -386,10 +382,6 @@
}; };
}; };
&i2c1 {
status = "okay";
};
&i2c2 { &i2c2 {
status = "okay"; status = "okay";
ina230@45 { ina230@45 {
...@@ -679,6 +671,7 @@ ...@@ -679,6 +671,7 @@
}; };
rtc@51 { rtc@51 {
/* in-chip rtc disabled, use external rtc (battery-backed) */
compatible = "nxp,pcf85263"; compatible = "nxp,pcf85263";
reg = <0x51>; reg = <0x51>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册