diff options
author | Eddie James <eajames@linux.ibm.com> | 2021-03-29 18:00:17 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-04-08 04:43:56 +0300 |
commit | 5dbbacd43fc529b3998e9229b65e97451c1a56d4 (patch) | |
tree | afbf3f84fa3176dfa41aa7782a57458a81f30177 /arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | |
parent | 3c00ebf08a5b4dcfed60a56e6729bd23be1c65e2 (diff) | |
download | linux-5dbbacd43fc529b3998e9229b65e97451c1a56d4.tar.xz |
ARM: dts: aspeed: everest: Add RTC
Add the RTC at the appropriate I2C bus and address.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210329150020.13632-20-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 5 |
1 files changed, 5 insertions, 0 deletions
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>; |