Merge tag 'mvebu-dt-5.4-1' of git://git.infradead.org/linux-mvebu into arm/dt
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Sep 2019 14:15:47 +0000 (16:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 3 Sep 2019 14:15:48 +0000 (16:15 +0200)
mvebu dt for 5.4 (part 1)

 - Disable the kirkwood RTC that doesn't work on the ts219 board

* tag 'mvebu-dt-5.4-1' of git://git.infradead.org/linux-mvebu:
  ARM: dts: kirkwood: ts219: disable the SoC's RTC

Link: https://lore.kernel.org/r/878srdzjpj.fsf@FE-laptop
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/kirkwood-ts219.dtsi

index a88eb22..994cabc 100644 (file)
 &pcie0 {
        status = "okay";
 };
+
+&rtc {
+       /*
+        * There is a s35390a available on the i2c bus, the internal rtc isn't
+        * working (probably no crystal assembled).
+        */
+       status = "disabled";
+};