Re: [PATCH] arm64: dts: qcom: lemans: pmic: enable rtc
From: Konrad Dybcio
Date: Thu Sep 25 2025 - 07:34:42 EST
On 9/25/25 9:48 AM, Tingguo Cheng wrote:
> Add RTC node, the RTC is controlled by PMIC device via spmi bus.
subject: "arm64: dts: qcom: lemans-pmics: foo"
(following the style for the directory)
>
> Signed-off-by: Tingguo Cheng <tingguo.cheng@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/lemans-pmics.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/lemans-pmics.dtsi b/arch/arm64/boot/dts/qcom/lemans-pmics.dtsi
> index 1369c3d43f866de9d8cd5cd4985241b99c0a0454..9e0d05c1b39ce229d5d4310ea1df1bf02e689178 100644
> --- a/arch/arm64/boot/dts/qcom/lemans-pmics.dtsi
> +++ b/arch/arm64/boot/dts/qcom/lemans-pmics.dtsi
> @@ -132,6 +132,13 @@ pmm8654au_0_pon_resin: resin {
> };
> };
>
> + pmm8654au_0_rtc: rtc@6100 {
> + compatible = "qcom,pmk8350-rtc";
> + reg = <0x6100>, <0x6200>;
> + reg-names = "rtc", "alarm";
1 reg and name a line, please
> + interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
Do we not need "qcom,no-alarm" on lemans?
Konrad