ARM: dts: aspeed: bletchley: Cleanup redundant nodes
authorPotin Lai <potin.lai@quantatw.com>
Tue, 15 Feb 2022 16:31:51 +0000 (00:31 +0800)
committerJoel Stanley <joel@jms.id.au>
Wed, 16 Feb 2022 05:07:53 +0000 (15:37 +1030)
Cleanup following nodes:

1. Remove redundant i2c1 node.
2. Disable in-chip rtc, use battery-backed external rtc (pcf85263)
   instead.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220215163151.32252-11-potin.lai@quantatw.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts

index 4946543..eaf1bc2 100644 (file)
        };
 };
 
-&rtc {
-       status = "okay";
-};
-
 &fmc {
        status = "okay";
        flash@0 {
        };
 };
 
-&i2c1 {
-       status = "okay";
-};
-
 &i2c2 {
        status = "okay";
        ina230@45 {
        };
 
        rtc@51 {
+               /* in-chip rtc disabled, use external rtc (battery-backed) */
                compatible = "nxp,pcf85263";
                reg = <0x51>;
        };