From: Thierry Reding Date: Mon, 20 Dec 2021 13:41:39 +0000 (+0100) Subject: ARM: dts: am334x: pdu001: Use correct node name for RTC X-Git-Tag: howlett/maple/20220722_2~947^2~32^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6e8c8b508230318ac9354d162368063704530243;p=users%2Fjedix%2Flinux-maple.git ARM: dts: am334x: pdu001: Use correct node name for RTC RTC devices should be named "rtc" according to the standard RTC device tree schema. Signed-off-by: Thierry Reding Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-pdu001.dts b/arch/arm/boot/dts/am335x-pdu001.dts index b793beeab245a..ce6cc2b96654f 100644 --- a/arch/arm/boot/dts/am335x-pdu001.dts +++ b/arch/arm/boot/dts/am335x-pdu001.dts @@ -353,7 +353,7 @@ }; }; - mcp79400: mcp79400@6f { + mcp79400: rtc@6f { compatible = "microchip,mcp7940x"; reg = <0x6f>; };