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

Commit 2baeeb9a authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: Enable core hang driver for Lito



Enable core hang device node for Lito, for silver and
gold configuration.

Change-Id: Id554672f342be6e01132d94b763d2ab33d58e97a
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent ddbe4060
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -941,6 +941,24 @@
		qcom,irq-is-percpu;
		interrupts = <GIC_PPI 5 IRQ_TYPE_LEVEL_HIGH>;
	};

	qcom,chd_silver {
		compatible = "qcom,core-hang-detect";
		label = "silver";
		qcom,threshold-arr = <0x18000058 0x18010058
				      0x18020058 0x18030058
				      0x18040058 0x18050058>;
		qcom,config-arr = <0x18000060 0x18010060
				   0x18020060 0x18030060
				   0x18040060 0x18050060>;
	};

	qcom,chd_gold {
		compatible = "qcom,core-hang-detect";
		label = "gold";
		qcom,threshold-arr = <0x18060058 0x18070058>;
		qcom,config-arr = <0x18060060 0x18070060>;
	};
};

#include "lito-pinctrl.dtsi"