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

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-laptopSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 7eaeb52f 64476322
...@@ -104,3 +104,11 @@ &pciec { ...@@ -104,3 +104,11 @@ &pciec {
&pcie0 { &pcie0 {
status = "okay"; status = "okay";
}; };
&rtc {
/*
* There is a s35390a available on the i2c bus, the internal rtc isn't
* working (probably no crystal assembled).
*/
status = "disabled";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment