Home
last modified time | relevance | path

Searched +full:pm8921 +full:- +full:rtc (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/boot/dts/qcom/
H A Dpm8018.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
11 compatible = "qcom,pm8018", "qcom,pm8921";
12 #interrupt-cells = <2>;
13 interrupt-controller;
14 #address-cells = <1>;
15 #size-cells = <0>;
18 compatible = "qcom,pm8018-pwrkey",
19 "qcom,pm8921-pwrkey";
21 interrupts-extended = <&pm8018 50 IRQ_TYPE_EDGE_RISING>,
24 pull-up;
[all …]
/linux/Documentation/devicetree/bindings/rtc/
H A Dqcom-pm8xxx-rtc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/qcom-pm8xxx-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm PM8xxx PMIC RTC device
10 - Satya Priya <quic_c_skakit@quicinc.com>
15 - enum:
16 - qcom,pm8058-rtc
17 - qcom,pm8921-rtc
18 - qcom,pm8941-rtc
[all …]
/linux/drivers/rtc/
H A Drtc-pm8xxx.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * pm8xxx RTC driver
5 * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved.
11 #include <linux/nvmem-consumer.h>
13 #include <linux/rtc.h>
32 * struct pm8xxx_rtc_regs - describe RTC registers per PMIC versions
38 * @alarm_rw: base address of alarm read-write registers
57 * struct pm8xxx_rtc - RTC driver internal structure
58 * @rtc: RTC device
65 * @rtc_info: qcom uefi rtc-info structure
[all …]