diff options
author | Potin Lai <[email protected]> | 2022-02-16 00:31:51 +0800 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2022-02-16 15:37:53 +1030 |
commit | 60170ec8ed1c08cc6032a3a1352405e0c4918cfc (patch) | |
tree | 824b0fe98b56b8a48beb6edea2d2e7693bbd6137 | |
parent | 4d84ae952c69d8daac453198795aa9ea88a579cc (diff) |
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: Potin Lai <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
Reviewed-by: Patrick Williams <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 9 |
1 files changed, 1 insertions, 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 494654338542..eaf1bc261ee3 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts @@ -225,10 +225,6 @@ }; }; -&rtc { - status = "okay"; -}; - &fmc { status = "okay"; flash@0 { @@ -386,10 +382,6 @@ }; }; -&i2c1 { - status = "okay"; -}; - &i2c2 { status = "okay"; ina230@45 { @@ -679,6 +671,7 @@ }; rtc@51 { + /* in-chip rtc disabled, use external rtc (battery-backed) */ compatible = "nxp,pcf85263"; reg = <0x51>; }; |