ARM: dts: msm: Add RTC device for msmcobalt

Add device tree information for RTC device in
pmic file for msmcobalt.

Signed-off-by: Mohit Aggarwal <maggarwa@codeaurora.org>
This commit is contained in:
Mohit Aggarwal 2016-03-24 14:47:56 +05:30 committed by Jeevan Shriram
parent 2236ba03ce
commit 1b06c6f1e2

View file

@ -234,6 +234,22 @@
compatible = "qcom,qpnp-coincell";
reg = <0x2800 0x100>;
};
pmcobalt_rtc: qcom,pmcobalt_rtc {
compatible = "qcom,qpnp-rtc";
#address-cells = <1>;
#size-cells = <1>;
qcom,qpnp-rtc-write = <0>;
qcom,qpnp-rtc-alarm-pwrup = <0>;
qcom,pmcobalt_rtc_rw@6000 {
reg = <0x6000 0x100>;
};
qcom,pmcobalt_rtc_alarm@6100 {
reg = <0x6100 0x100>;
interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
};
};
};
qcom,pmcobalt@1 {