mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #6334 from HiassofT/le11-rpi-rtc
RPi: fix system time not being set from RTC
This commit is contained in:
commit
9cb324aa3f
@ -1,2 +0,0 @@
|
|||||||
ACTION=="add", SUBSYSTEM=="rtc", RUN+="/sbin/hwclock --hctosys --utc --rtc=/dev/%k"
|
|
||||||
ACTION=="add", ENV{MAJOR}=="10", ENV{MINOR}=="135", RUN+="/sbin/hwclock --hctosys --utc --rtc=/dev/%k"
|
|
@ -4441,7 +4441,8 @@ CONFIG_EDAC_ATOMIC_SCRUB=y
|
|||||||
CONFIG_EDAC_SUPPORT=y
|
CONFIG_EDAC_SUPPORT=y
|
||||||
CONFIG_RTC_LIB=y
|
CONFIG_RTC_LIB=y
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
# CONFIG_RTC_HCTOSYS is not set
|
CONFIG_RTC_HCTOSYS=y
|
||||||
|
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
|
||||||
CONFIG_RTC_SYSTOHC=y
|
CONFIG_RTC_SYSTOHC=y
|
||||||
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
|
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
|
||||||
# CONFIG_RTC_DEBUG is not set
|
# CONFIG_RTC_DEBUG is not set
|
||||||
|
@ -4581,7 +4581,8 @@ CONFIG_EDAC_ATOMIC_SCRUB=y
|
|||||||
CONFIG_EDAC_SUPPORT=y
|
CONFIG_EDAC_SUPPORT=y
|
||||||
CONFIG_RTC_LIB=y
|
CONFIG_RTC_LIB=y
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
# CONFIG_RTC_HCTOSYS is not set
|
CONFIG_RTC_HCTOSYS=y
|
||||||
|
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
|
||||||
CONFIG_RTC_SYSTOHC=y
|
CONFIG_RTC_SYSTOHC=y
|
||||||
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
|
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
|
||||||
# CONFIG_RTC_DEBUG is not set
|
# CONFIG_RTC_DEBUG is not set
|
||||||
|
@ -5235,7 +5235,8 @@ CONFIG_EDAC_SUPPORT=y
|
|||||||
# CONFIG_EDAC is not set
|
# CONFIG_EDAC is not set
|
||||||
CONFIG_RTC_LIB=y
|
CONFIG_RTC_LIB=y
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
# CONFIG_RTC_HCTOSYS is not set
|
CONFIG_RTC_HCTOSYS=y
|
||||||
|
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
|
||||||
CONFIG_RTC_SYSTOHC=y
|
CONFIG_RTC_SYSTOHC=y
|
||||||
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
|
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
|
||||||
# CONFIG_RTC_DEBUG is not set
|
# CONFIG_RTC_DEBUG is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user