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

Commit 06b9ee95 authored by Shreyas K K's avatar Shreyas K K Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add core-hang detect nodes to SM6150

Add core-hang detect nodes for silver and gold core
on SM6150.

Change-Id: Id7177bedd71eba6c4287602b3ac668e1f48bd396
parent cf5f6f8f
Loading
Loading
Loading
Loading
+17 −0
Original line number Original line Diff line number Diff line
@@ -2139,6 +2139,23 @@
		qcom,ipi-ping;
		qcom,ipi-ping;
		qcom,wakeup-enable;
		qcom,wakeup-enable;
	};
	};

	qcom,chd_sliver {
		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 "sm6150-qupv3.dtsi"
#include "sm6150-qupv3.dtsi"