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

Commit 67d5a5c6 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add WDT node for Lahaina"

parents 6eb89f9e 9d95ed60
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -949,6 +949,19 @@
			dma-coherent;
			dma-coherent;
		};
		};
	};
	};

	wdog: qcom,wdt@17c10000{
		compatible = "qcom,msm-watchdog";
		reg = <0x17c10000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>,
		                <0 1 IRQ_TYPE_LEVEL_HIGH>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <9360>;
		qcom,ipi-ping;
		qcom,wakeup-enable;
	};

};
};


#include "lahaina-pinctrl.dtsi"
#include "lahaina-pinctrl.dtsi"