All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx28: Use correct compatible string for RTC
@ 2021-12-20 13:43 Thierry Reding
  2021-12-20 13:43 ` [PATCH 2/2] ARM: dts: imx: Rename RTC device tree nodes Thierry Reding
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thierry Reding @ 2021-12-20 13:43 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer
  Cc: Fabio Estevam, Rob Herring, Stefan Agner, kernel, linux-imx,
	linux-arm-kernel

From: Thierry Reding <treding@nvidia.com>

The "mxim" vendor prefix does not exit, though it looks like it might
have been a typo'ed "maxim". Still, no compatible string exists that
matches "maxim,ds1339". The closest is the "dallas,ds1339" and since
this node is named "rtc" that's probably the one that was intended.

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

diff --git a/arch/arm/boot/dts/imx28-tx28.dts b/arch/arm/boot/dts/imx28-tx28.dts
index 164254c28f8e..a1fd508ee425 100644
--- a/arch/arm/boot/dts/imx28-tx28.dts
+++ b/arch/arm/boot/dts/imx28-tx28.dts
@@ -356,7 +356,7 @@ touchscreen: tsc2007@48 {
 	};
 
 	ds1339: rtc@68 {
-		compatible = "mxim,ds1339";
+		compatible = "dallas,ds1339";
 		reg = <0x68>;
 		trickle-resistor-ohms = <250>;
 		trickle-diode-disable;
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-01-28  4:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 13:43 [PATCH 1/2] ARM: dts: imx28: Use correct compatible string for RTC Thierry Reding
2021-12-20 13:43 ` [PATCH 2/2] ARM: dts: imx: Rename RTC device tree nodes Thierry Reding
2021-12-20 13:46   ` Fabio Estevam
2021-12-20 13:45 ` [PATCH 1/2] ARM: dts: imx28: Use correct compatible string for RTC Fabio Estevam
2021-12-21  6:56   ` Lothar Waßmann
2022-01-28  4:03 ` Shawn Guo

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.