Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3107b384 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'mvebu-dt-5.4-1' of git://git.infradead.org/linux-mvebu into arm/dt

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: default avatarArnd Bergmann <arnd@arndb.de>
parents 7eaeb52f 64476322
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -104,3 +104,11 @@
&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";
};