mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: qcom: lemans-pmics: enable rtc
Add RTC node, the RTC is controlled by PMIC device via spmi bus. Signed-off-by: Tingguo Cheng <tingguo.cheng@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251017-add-rtc-for-lemans-v2-1-0aaf174b25b9@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
42e56b53a1
commit
84ff999ae4
@@ -132,6 +132,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
pmm8654au_0_rtc: rtc@6100 {
|
||||
compatible = "qcom,pmk8350-rtc";
|
||||
reg = <0x6100>,
|
||||
<0x6200>;
|
||||
reg-names = "rtc",
|
||||
"alarm";
|
||||
interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
|
||||
};
|
||||
|
||||
pmm8654au_0_gpios: gpio@8800 {
|
||||
compatible = "qcom,pmm8654au-gpio", "qcom,spmi-gpio";
|
||||
reg = <0x8800>;
|
||||
|
||||
Reference in New Issue
Block a user