]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: aspeed: Harma: add rtc device
authorPeter Yin <peteryin.openbmc@gmail.com>
Mon, 9 Sep 2024 08:04:58 +0000 (16:04 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 13 Dec 2024 05:16:57 +0000 (15:46 +1030)
Add "nxp,pcf8563" device and the slave address is 0x51.

Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
Link: https://patch.msgid.link/20240909080459.3457853-2-peteryin.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts

index cf3f807a38fe264fb90f8bcc6fc3b5846f2fb53e..92068c65eae4cb0959501627271530c2ddb13c8e 100644 (file)
        use-ncsi;
 };
 
-&rtc {
-       status = "okay";
-};
-
 &fmc {
        status = "okay";
 
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <3>;
+
+                       rtc@51 {
+                               compatible = "nxp,pcf8563";
+                               reg = <0x51>;
+                       };
                };
        };
 };