Skip to content

Commit d53874c

Browse files
tingguocKomal Bajaj
authored andcommitted
FROMLIST: arm64: dts: qcom: sa8775p: pmic: enable rtc
Add RTC node, the RTC is controlled by PMIC device via spmi bus. Link: https://lore.kernel.org/r/20250529-add-rtc-for-sa8775p-v2-1-f06fd212c0e5@oss.qualcomm.com Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Tingguo Cheng <tingguo.cheng@oss.qualcomm.com>
1 parent a9098fc commit d53874c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@
132132
};
133133
};
134134

135+
pmm8654au_0_rtc: rtc@6100 {
136+
compatible = "qcom,pmk8350-rtc";
137+
reg = <0x6100>, <0x6200>;
138+
reg-names = "rtc", "alarm";
139+
interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
140+
};
141+
135142
pmm8654au_0_gpios: gpio@8800 {
136143
compatible = "qcom,pmm8654au-gpio", "qcom,spmi-gpio";
137144
reg = <0x8800>;

0 commit comments

Comments
 (0)