]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTC
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 14 Apr 2015 09:50:13 +0000 (11:50 +0200)
committerLuis Henriques <luis.henriques@canonical.com>
Wed, 20 May 2015 12:25:58 +0000 (13:25 +0100)
commit 750e30d4076ae5e02ad13a376e96c95a2627742c upstream.

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"

Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts

index 4e5a59ee150151f8867ed329a6e05e4f580a3b8c..db06fa397f79adbc344716b0cd9a2da8a3bb7a10 100644 (file)
                };
 
                internal-regs {
+                       rtc@10300 {
+                               /* No crystal connected to the internal RTC */
+                               status = "disabled";
+                       };
                        serial@12000 {
                                status = "okay";
                        };