From: Eddie James Date: Mon, 29 Mar 2021 15:00:17 +0000 (-0500) Subject: ARM: dts: aspeed: everest: Add RTC X-Git-Tag: io_uring-5.13-2021-05-07~82^2~2^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5dbbacd43fc529b3998e9229b65e97451c1a56d4;p=linux-block.git ARM: dts: aspeed: everest: Add RTC Add the RTC at the appropriate I2C bus and address. Signed-off-by: Eddie James Link: https://lore.kernel.org/r/20210329150020.13632-20-eajames@linux.ibm.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index 88e6ac0a374e..52d2abac8b94 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -708,6 +708,11 @@ reg = <0x11>; }; + rtc@32 { + compatible = "epson,rx8900"; + reg = <0x32>; + }; + eeprom@51 { compatible = "atmel,24c64"; reg = <0x51>;