Skip to content

[REVERTME]: plat: mediatek: mt8365: do not initialize RTC date

Riadh Ghaddab requested to merge rghaddab/fix-rtc into mtk-v2.6

At each boot the RTC driver is reinitializing the date to 01-01-2010 This is caused by a wrong read of the clock registers which should return a valid clock measure value but instead it returns 0. The main fix should be to find out a way to read the clock measure correctly This is a workaround to allow keeping the date after a reboot

Signed-off-by: Riadh Ghaddab rghaddab@baylibre.com

Merge request reports