Commit 09e3dac4 authored by Jack Matthews's avatar Jack Matthews Committed by Bjorn Andersson

ARM: dts: qcom: pm8226: add node for RTC

Add a node for PM8226's real time clock.
Signed-off-by: default avatarJack Matthews <jm5112356@gmail.com>
Reviewed-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220209165742.652890-1-jm5112356@gmail.com
parent e4cbe44e
......@@ -40,6 +40,13 @@ smbb: charger@1000 {
chg_otg: otg-vbus { };
};
rtc@6000 {
compatible = "qcom,pm8941-rtc";
reg = <0x6000>, <0x6100>;
reg-names = "rtc", "alarm";
interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
};
pm8226_mpps: mpps@a000 {
compatible = "qcom,pm8226-mpp", "qcom,spmi-mpp";
reg = <0xa000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment