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

Commit 7632bd7e authored by Yimin Peng's avatar Yimin Peng
Browse files

ARM: dts: msm: add vwatchdog and memdump for gvm on msm8996



Add devices for virtual watchdong and memory dump function.

Change-Id: Ic3d26e8438cd2fcd4fcf0a6091ecd40ffa956c22
Signed-off-by: default avatarYimin Peng <yiminp@codeaurora.org>
parent 58f8575c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -85,6 +85,11 @@
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		mem_dump_table@10 {
			compatible = "qcom,msm-imem-mem_dump_table";
			reg = <0x10 8>;
		};
	};

	sdhc_2: sdhci@74a4900 {
@@ -881,4 +886,15 @@
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <2950000>;
	};

	wdog: qcom,wdt@9830000 {
		compatible = "qcom,msm-watchdog";
		reg = <0x9830000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <0 28 0>, <0 29 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
		qcom,ipi-ping;
		qcom,wakeup-enable;
	};
};