kernel/arch/arm/boot/dts/kirkwood-ts219.dtsi
.. .. @@ -104,3 +104,11 @@ 104 104 &pcie0 { 105 105 status = "okay"; 106 106 }; 107 +108 +&rtc {109 + /*110 + * There is a s35390a available on the i2c bus, the internal rtc isn't111 + * working (probably no crystal assembled).112 + */113 + status = "disabled";114 +};