Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 307086a0 authored by Mohit Aggarwal's avatar Mohit Aggarwal
Browse files

ARM: dts: msm: Add RTC device for krypton



Add device tree information for RTC device

Change-Id: I86b6eee5bf735b9fe563368c5d8c906b4ab67274
Signed-off-by: default avatarMohit Aggarwal <maggarwa@codeaurora.org>
parent 03fb042d
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -116,6 +116,23 @@
				qcom,pin-num = <6>;
			};
		};

		qcom,pmd9635_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,pmd9635_rtc_rw@6000 {
				reg = <0x6000 0x100>;
			};
			qcom,pmd9635_rtc_alarm@6100 {
				reg = <0x6100 0x100>;
				interrupts = <0x0 0x61 0x1>;
			};
		};
	};

	qcom,pmd9635@1 {