ARM: dts: aspeed: mowgli: Add i2c rtc device
authorBen Pai <Ben_Pai@wistron.com>
Thu, 21 Jan 2021 07:31:46 +0000 (15:31 +0800)
committerJoel Stanley <joel@jms.id.au>
Wed, 10 Feb 2021 10:51:36 +0000 (21:21 +1030)
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>
arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts

index b648e46..8503152 100644 (file)
        /* TMP275A */
        /* TMP275A */
 
+       rtc@32 {
+               compatible = "epson,rx8900";
+               reg = <0x32>;
+       };
+
        tmp275@48 {
                compatible = "ti,tmp275";
                reg = <0x48>;