diff options
author | 2024-06-26 21:03:19 +0800 | |
---|---|---|
committer | 2024-08-22 13:07:12 +0930 | |
commit | fff89fba6ff7f9746d4835be7a63f54b992f6c2f (patch) | |
tree | dc0448e4e20369fece7fdadd4e444876d9b24df5 | |
parent | ARM: dts: aspeed: minerva: add eeprom on i2c bus (diff) | |
download | wireguard-linux-fff89fba6ff7f9746d4835be7a63f54b992f6c2f.tar.xz wireguard-linux-fff89fba6ff7f9746d4835be7a63f54b992f6c2f.zip |
ARM: dts: aspeed: minerva: change RTC reference
Change the RTC reference from on-chip to externel on i2c bus 9 and address
is 0x51.
Signed-off-by: Yang Chen <yang.chen@quantatw.com>
Link: https://lore.kernel.org/r/20240626130332.929534-5-yangchen.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts index 60002b8cffc6..cd321482aa09 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts @@ -95,10 +95,6 @@ }; }; -&rtc { - status = "okay"; -}; - &sgpiom0 { status = "okay"; ngpios = <128>; @@ -308,6 +304,11 @@ compatible = "atmel,24c64"; reg = <0x50>; }; + + rtc@51 { + compatible = "nxp,pcf8563"; + reg = <0x51>; + }; }; &i2c10 { |