diff mbox series

ARM: dts: am334x: pdu001: Use correct node name for RTC

Message ID 20211220134139.683412-1-thierry.reding@gmail.com
State New
Headers show
Series ARM: dts: am334x: pdu001: Use correct node name for RTC | expand

Commit Message

Thierry Reding Dec. 20, 2021, 1:41 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

RTC devices should be named "rtc" according to the standard RTC device
tree schema.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 arch/arm/boot/dts/am335x-pdu001.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tony Lindgren Feb. 18, 2022, 8:21 a.m. UTC | #1
* Thierry Reding <thierry.reding@gmail.com> [211220 15:42]:
> From: Thierry Reding <treding@nvidia.com>
> 
> RTC devices should be named "rtc" according to the standard RTC device
> tree schema.

Finally applying this one into omap-for-v5.18/dt, sorry for the delays.

Regards,

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am335x-pdu001.dts b/arch/arm/boot/dts/am335x-pdu001.dts
index b793beeab245..ce6cc2b96654 100644
--- a/arch/arm/boot/dts/am335x-pdu001.dts
+++ b/arch/arm/boot/dts/am335x-pdu001.dts
@@ -353,7 +353,7 @@  tft-panel@0 {
 		};
 	};
 
-	mcp79400: mcp79400@6f {
+	mcp79400: rtc@6f {
 		compatible = "microchip,mcp7940x";
 		reg = <0x6f>;
 	};