linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC
@ 2015-04-15 10:40 Gregory CLEMENT
  2015-04-15 18:57 ` Andrew Lunn
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2015-04-15 10:40 UTC (permalink / raw)
  To: linux-arm-kernel

There is no crystal connected to the internal RTC on the Open Block
AX3. So let's disable it in order to prevent the kernel probing the
driver uselessly. Eventually this patches removes the following
warning message from the boot log:
"rtc-mv d0010300.rtc: internal RTC not ticking"

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: <stable@vger.kernel.org> # v3.8 +
---
Hi,

I plan to add this patch to mvebu/fixes once the v4.1-rc1 will be
released. I don't expect much comments about it, but there is time
for them if needed until the next PR.

Thanks,

Gregory


 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
index 0c76d9f05fd0..f4838ebd918b 100644
--- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
+++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
@@ -105,6 +105,10 @@
 		};
 
 		internal-regs {
+			rtc at 10300 {
+				/* No crystal connected to the internal RTC */
+				status = "disabled";
+			};
 			serial at 12000 {
 				status = "okay";
 			};
-- 
2.1.0

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

end of thread, other threads:[~2015-04-27  7:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 10:40 [PATCH] ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC Gregory CLEMENT
2015-04-15 18:57 ` Andrew Lunn
2015-04-16  4:52 ` Thomas Petazzoni
2015-04-16 12:18   ` Andrew Lunn
2015-04-16  5:07 ` Willy Tarreau
2015-04-27  7:38 ` Gregory CLEMENT

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