linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
@ 2014-01-23 23:23 Marek Vasut
  2014-02-20 12:31 ` Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2014-01-23 23:23 UTC (permalink / raw)
  To: linux-arm-kernel

The compatible property should be m41t62, not mt41t62, so fix this.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm/boot/dts/imx28-m28evk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
index 8536b0d..f0ad7b9 100644
--- a/arch/arm/boot/dts/imx28-m28evk.dts
+++ b/arch/arm/boot/dts/imx28-m28evk.dts
@@ -194,7 +194,7 @@
 				};
 
 				rtc: rtc at 68 {
-					compatible = "stm,mt41t62";
+					compatible = "stm,m41t62";
 					reg = <0x68>;
 				};
 			};
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
@ 2014-07-24  2:08 Marek Vasut
  0 siblings, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2014-07-24  2:08 UTC (permalink / raw)
  To: linux-arm-kernel

commit 3048fa3fc5b6c641a06e959925dfbc31649528e9 upstream.

The compatible property should be m41t62, not mt41t62, so fix this.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: <stable@vger.kernel.org> # 3.14.x
---
 arch/arm/boot/dts/imx28-m28evk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

NOTE: Without this backport, the RTC clock on this device is not available
      and the system time is completely random upon each boot.

diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
index e6d0fa6..f3e58f1 100644
--- a/arch/arm/boot/dts/imx28-m28evk.dts
+++ b/arch/arm/boot/dts/imx28-m28evk.dts
@@ -194,7 +194,7 @@
 				};
 
 				rtc: rtc at 68 {
-					compatible = "stm,mt41t62";
+					compatible = "stm,m41t62";
 					reg = <0x68>;
 				};
 			};
-- 
2.0.1

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

end of thread, other threads:[~2014-07-24  2:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-23 23:23 [PATCH] ARM: dts: mxs: Fix the RTC compatible prop on M28EVK Marek Vasut
2014-02-20 12:31 ` Marek Vasut
2014-02-21  2:09   ` Shawn Guo
2014-02-21  3:14     ` Marek Vasut
2014-02-21  3:31       ` Shawn Guo
2014-02-24 18:02         ` Marek Vasut
2014-07-22  2:11         ` Marek Vasut
2014-07-24  2:08 Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).