aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pai <[email protected]>2021-01-21 15:31:46 +0800
committerJoel Stanley <[email protected]>2021-02-10 21:21:36 +1030
commit286a596da2937d292828927a2b2ade4e03188f6c (patch)
treeafd4f11d177e89120f5c117d586314544099e528
parent99fa80c3de159a612f5f5d36bc0e6aae3d42fd2f (diff)
ARM: dts: aspeed: mowgli: Add i2c rtc device
This system uses a rx8900 compatible rtc device. Signed-off-by: Ben Pai <[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-opp-mowgli.dts5
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>;