All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am334x: pdu001: Use correct node name for RTC
@ 2021-12-20 13:41 Thierry Reding
  2022-02-18  8:21 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2021-12-20 13:41 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren; +Cc: linux-omap

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(-)

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>;
 	};
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: am334x: pdu001: Use correct node name for RTC
  2021-12-20 13:41 [PATCH] ARM: dts: am334x: pdu001: Use correct node name for RTC Thierry Reding
@ 2022-02-18  8:21 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2022-02-18  8:21 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Benoît Cousson, linux-omap

* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-18  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 13:41 [PATCH] ARM: dts: am334x: pdu001: Use correct node name for RTC Thierry Reding
2022-02-18  8:21 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.