x1e80100 needs a workaround because the RTC alarm is not owned by HLOS. It also needs the same offset workaround as sc8280xp/etc. v2: remove duplicated ops and use RTC_FEATURE_ALARM instead Jonathan Marek (5): rtc: pm8xxx: implement no-alarm flag for non-HLOS owned alarm dt-bindings: rtc: qcom-pm8xxx: document no-alarm flag arm64: dts: qcom: x1e80100-pmics: enable RTC arm64: dts: qcom: x1e80100-crd: add rtc offset to set rtc time arm64: dts: qcom: x1e78100-t14s: add rtc offset to set rtc time .../bindings/rtc/qcom-pm8xxx-rtc.yaml | 5 +++ .../qcom/x1e78100-lenovo-thinkpad-t14s.dts | 11 +++++ arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 11 +++++ arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi | 8 ++-- drivers/rtc/rtc-pm8xxx.c | 43 +++++++++++++------ 5 files changed, 59 insertions(+), 19 deletions(-) -- 2.45.1