Commit 6e8c8b50 authored by Thierry Reding's avatar Thierry Reding Committed by Tony Lindgren
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e783362e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ tft-panel@0 {
		};
	};

	mcp79400: mcp79400@6f {
	mcp79400: rtc@6f {
		compatible = "microchip,mcp7940x";
		reg = <0x6f>;
	};