diff options
author | Ben Pai | 2021-01-21 15:31:46 +0800 |
---|---|---|
committer | Joel Stanley | 2021-02-10 21:21:36 +1030 |
commit | 286a596da2937d292828927a2b2ade4e03188f6c (patch) | |
tree | afd4f11d177e89120f5c117d586314544099e528 /arch | |
parent | 99fa80c3de159a612f5f5d36bc0e6aae3d42fd2f (diff) |
ARM: dts: aspeed: mowgli: Add i2c rtc device
This system uses a rx8900 compatible rtc device.
Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
Link: https://lore.kernel.org/r/20210121073146.28217-1-Ben_Pai@wistron.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts b/arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts index b648e468e9db..8503152faaf0 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts @@ -582,6 +582,11 @@ /* TMP275A */ /* TMP275A */ + rtc@32 { + compatible = "epson,rx8900"; + reg = <0x32>; + }; + tmp275@48 { compatible = "ti,tmp275"; reg = <0x48>; |