From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- kernel/Documentation/ABI/testing/rtc-cdev | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/ABI/testing/rtc-cdev b/kernel/Documentation/ABI/testing/rtc-cdev index 9744728..25910c3 100644 --- a/kernel/Documentation/ABI/testing/rtc-cdev +++ b/kernel/Documentation/ABI/testing/rtc-cdev @@ -33,6 +33,14 @@ Requires a separate RTC_PIE_ON call to enable the periodic interrupts. + * RTC_VL_READ: Read the voltage inputs status of the RTC when + supported. The value is a bit field of RTC_VL_*, giving the + status of the main and backup voltages. + + * RTC_VL_CLEAR: Clear the voltage status of the RTC. Some RTCs + need user interaction when the backup power provider is + replaced or charged to be able to clear the status. + The ioctl() calls supported by the older /dev/rtc interface are also supported by the newer RTC class framework. However, because the chips and systems are not standardized, some PC/AT -- Gitblit v1.6.2