Re: [PATCH 3/3] thermal: max77620: Add thermal driver for reporting junction temp

From: Laxman Dewangan
Date: Fri Mar 04 2016 - 09:17:04 EST



On Friday 04 March 2016 07:10 PM, Laxman Dewangan wrote:
>
+#include <linux/regmap.h>
+#include <linux/slab.h>
+#include <linux/thermal.h>
+
+#define MAX77620_NORMAL_OPERATING_TEMP 100000
+#define MAX77620_TJALARM1_TEMP 120000
+#define MAX77620_TJALARM1_TEMP 140000

Oops, Second one is MAX77620_TJALARM2_TEMP.
Will send other version once I will have some more feedback.