Searched +full:ssd202d +full:- +full:rtc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/rtc/mstar,ssd202d-rtc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Mstar SSD202D Real Time Clock10 - Daniel Palmer <daniel@0x0f.com>11 - Romain Perier <romain.perier@gmail.com>14 - $ref: rtc.yaml#19 - mstar,ssd202d-rtc24 - compatible[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for RTC class/drivers.6 ccflags-$(CONFIG_RTC_DEBUG) := -DDEBUG8 obj-$(CONFIG_RTC_LIB) += lib.o9 obj-$(CONFIG_RTC_CLASS) += rtc-core.o10 obj-$(CONFIG_RTC_MC146818_LIB) += rtc-mc146818-lib.o11 rtc-core-y := class.o interface.o13 rtc-core-$(CONFIG_RTC_NVMEM) += nvmem.o14 rtc-core-$(CONFIG_RTC_INTF_DEV) += dev.o15 rtc-core-$(CONFIG_RTC_INTF_PROC) += proc.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # RTC class/drivers configuration19 Generic RTC class support. If you say yes here, you will26 bool "Set system time from RTC on startup and resume"30 the value read from a specified RTC device. This is useful to avoid34 string "RTC used to set the system time"38 The RTC device that will be used to (re)initialize the system44 This clock should be battery-backed, so that it reads the correct45 time when the system boots from a power-off state. Otherwise, your50 sleep states. Do not specify an RTC here unless it stays powered[all …]