X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/21bfd035d9110cde260da07963773f42646b6591..a905e370171bb20d0017a3fb097fd0c0d1c1e4de:/doc/rtc.txt?ds=sidebyside diff --git a/doc/rtc.txt b/doc/rtc.txt new file mode 100644 index 0000000..f7abfec --- /dev/null +++ b/doc/rtc.txt @@ -0,0 +1,12 @@ +curl -s https://tg.st/u/114e7b2c8bcbbdd2aade6711169d65fc1cbaafb5.patch | git am - +curl -s https://tg.st/u/1e286fea8f626d571aed6e620f4e166a694317c2.patch | git am - +curl -s https://tg.st/u/888add910ab5dd1b7500fd2583d8ba5aa73538f3.patch | git am - +curl -s https://tg.st/u/d0801e9a20532025b82c06342da068da9aa12967.patch | git am - + +CONFIG_SPMI_APPLE=y +CONFIG_MFD_APPLE_SPMI_SERA_PMU=y +CONFIG_RTC_DRV_APPLE_PMU_SERA=y + +01:52 < jeffmiw> Glanzmann: rtc support over spmi is here : https://github.com/jfbortolotti/linux/tree/spmi_rtc , you need the following flags in your kernel config: CONFIG_SPMI_APPLE=y CONFIG_MFD_APPLE_SPMI_SERA_PMU=y CONFIG_RTC_DRV_APPLE_PMU_SERA=y +01:53 < jeffmiw> tested on mba for now, branch only have the changes for t8103 +01:58 < jeffmiw> this enables to boot with current time set in rtc, and rtc is updated is system date/time is changed