ARM: dts: am334x: pdu001: Use correct node name for RTC
authorThierry Reding <treding@nvidia.com>
Mon, 20 Dec 2021 13:41:39 +0000 (14:41 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 18 Feb 2022 08:20:44 +0000 (10:20 +0200)
RTC devices should be named "rtc" according to the standard RTC device
tree schema.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-pdu001.dts

index b793bee..ce6cc2b 100644 (file)
                };
        };
 
-       mcp79400: mcp79400@6f {
+       mcp79400: rtc@6f {
                compatible = "microchip,mcp7940x";
                reg = <0x6f>;
        };