Hi
I asked my friend about RTC, he said that maybe the backup area (BKP? but this is for stm32) was disable.
where should I check the RTC backup area in kernel code?
Let me explain the situation in detail.
This rtc is a external rtc(BM8563ESA),I'm using Imx6DL, kernel 4.1.15-2.1.0.
Now it’s always reset when register and read (snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:01 UTC (1))
I think maybe the system will check the power off status bit then it will reset the rtc if true.\
So where is the check of power off status bit when initializing rtc?