mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
arm/dt: msm8974: Add devices for PMIC PM8941 RTC
Add device tree information for RTC device found on PM8941 PMIC chip. The device tree entry corresponds to the bindings already defined for qpnp-rtc. Change-Id: I80e2a7035664bd5e5ff1c76f779939ee658e853f Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
This commit is contained in:
parent
865b317f7d
commit
b9d17e8cee
1 changed files with 17 additions and 0 deletions
|
@ -315,6 +315,23 @@
|
|||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
qcom,pm8941_rtc {
|
||||
spmi-dev-container;
|
||||
compatible = "qcom,qpnp-rtc";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
qcom,qpnp-rtc-write = <0>;
|
||||
qcom,qpnp-rtc-alarm-pwrup = <0>;
|
||||
|
||||
qcom,pm8941_rtc_rw@6000 {
|
||||
reg = <0x6000 0x100>;
|
||||
};
|
||||
qcom,pm8941_rtc_alarm@6100 {
|
||||
reg = <0x6100 0x100>;
|
||||
interrupts = <0x0 0x61 0x1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
qcom,pm8941@1 {
|
||||
|
|
Loading…
Reference in a new issue