ARM: dts: mvebu: disable the rtc on 98dx3236 SoC
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 20 Apr 2017 21:58:14 +0000 (09:58 +1200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 17 Jun 2017 06:16:45 +0000 (08:16 +0200)
There is no rtc for the 98dx3236 and derivative SoCs. Disable the rtc
node inherited from the armada-370-xp base.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-xp-98dx3236.dtsi

index 84cc232..be22ec5 100644 (file)
        reg = <0x20a00 0x2d0>, <0x21070 0x58>;
 };
 
+&rtc {
+       status = "disabled";
+};
+
 &timer {
        compatible = "marvell,armada-xp-timer";
        clocks = <&coreclk 2>, <&refclk>;