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

Commit cdf3b989 authored by Gilad Avidov's avatar Gilad Avidov Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: Add apps watchdog for fsm9010



Add Watchdog device tree entry for all FSM9010
targets.

Change-Id: I8e246beb59f0bf5acdc49512e044fda88f1bf578
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
parent 48a37090
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -82,6 +82,17 @@
		clock-frequency = <19200000>;
	};

	qcom,wdt@f9017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xf9017000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <0 3 0>, <0 4 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
		qcom,ipi-ping;
		status = "disabled";
	};

	clock_gcc: qcom,gcc@fc400000 {
		compatible = "qcom,gcc-fsm9010";
		reg = <0xfc400000 0x4000>;