arm/dt: msm8610: Add kernel thermal mitigation device

Add kernel thermal mitigation device. Kernel thermal mitigation provides
basic thermal protection during boot until the full fledged userspace
thermal mitigation takes over.

Change-Id: I89d394ae8504df234528204c9e78bef457ce5b1e
Signed-off-by: Jennifer Liu <chihning@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm8610.dtsi b/arch/arm/boot/dts/msm8610.dtsi
index 91dfdbe..caa88ab 100644
--- a/arch/arm/boot/dts/msm8610.dtsi
+++ b/arch/arm/boot/dts/msm8610.dtsi
@@ -482,6 +482,14 @@
 		qcom,tsens-local-init;
 	};
 
+	qcom,msm-thermal {
+		compatible = "qcom,msm-thermal";
+		qcom,sensor-id = <0>;
+		qcom,poll-ms = <250>;
+		qcom,limit-temp = <60>;
+		qcom,temp-hysteresis = <10>;
+		qcom,freq-step = <2>;
+	};
 };
 
 &gdsc_vfe {