#include "pm6150.dtsi"
 #include "pm6150l.dtsi"
 
+/ {
+       thermal-zones {
+               charger-thermal {
+                       polling-delay-passive = <0>;
+                       polling-delay = <0>;
+
+                       thermal-sensors = <&pm6150_adc_tm 1>;
+
+                       trips {
+                               temperature = <125000>;
+                               hysteresis = <1000>;
+                               type = "critical";
+                       };
+               };
+       };
+};
+
 /*
  * Reserved memory changes
  *
        status = "okay";
 };
 
+&pm6150_adc {
+       charger-thermistor@4f {
+               reg = <ADC5_AMUX_THM3_100K_PU>;
+               qcom,ratiometric;
+               qcom,hw-settle-time = <200>;
+       };
+};
+
+&pm6150_adc_tm {
+       status = "okay";
+
+       charger-thermistor@1 {
+               reg = <1>;
+               io-channels = <&pm6150_adc ADC5_AMUX_THM3_100K_PU>;
+               qcom,ratiometric;
+               qcom,hw-settle-time-us = <200>;
+       };
+};
+
 &pm6150_pwrkey {
        status = "disabled";
 };