Skip to content

Commit 2ebd098

Browse files
Ansueldlezcano
authored andcommitted
thermal/drivers/tsens: Drop unused define for msm8960
Drop unused define for msm8960 replaced by generic api and reg_field. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Reviewed-by: Thara Gopinath <thara.gopinath@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20210420183343.2272-8-ansuelsmth@gmail.com
1 parent dfc1193 commit 2ebd098

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

drivers/thermal/qcom/tsens-8960.c

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
#include <linux/thermal.h>
1111
#include "tsens.h"
1212

13-
#define CAL_MDEGC 30000
14-
1513
#define CONFIG_ADDR 0x3640
1614
#define CONFIG_ADDR_8660 0x3620
1715
/* CONFIG_ADDR bitmasks */
@@ -21,39 +19,19 @@
2119
#define CONFIG_SHIFT_8660 28
2220
#define CONFIG_MASK_8660 (3 << CONFIG_SHIFT_8660)
2321

24-
#define STATUS_CNTL_ADDR_8064 0x3660
2522
#define CNTL_ADDR 0x3620
2623
/* CNTL_ADDR bitmasks */
2724
#define EN BIT(0)
2825
#define SW_RST BIT(1)
29-
#define SENSOR0_EN BIT(3)
26+
3027
#define MEASURE_PERIOD BIT(18)
3128
#define SLP_CLK_ENA BIT(26)
3229
#define SLP_CLK_ENA_8660 BIT(24)
3330
#define SENSOR0_SHIFT 3
3431

35-
/* INT_STATUS_ADDR bitmasks */
36-
#define MIN_STATUS_MASK BIT(0)
37-
#define LOWER_STATUS_CLR BIT(1)
38-
#define UPPER_STATUS_CLR BIT(2)
39-
#define MAX_STATUS_MASK BIT(3)
40-
4132
#define THRESHOLD_ADDR 0x3624
42-
/* THRESHOLD_ADDR bitmasks */
43-
#define THRESHOLD_MAX_LIMIT_SHIFT 24
44-
#define THRESHOLD_MIN_LIMIT_SHIFT 16
45-
#define THRESHOLD_UPPER_LIMIT_SHIFT 8
46-
#define THRESHOLD_LOWER_LIMIT_SHIFT 0
47-
48-
/* Initial temperature threshold values */
49-
#define LOWER_LIMIT_TH 0x50
50-
#define UPPER_LIMIT_TH 0xdf
51-
#define MIN_LIMIT_TH 0x0
52-
#define MAX_LIMIT_TH 0xff
5333

5434
#define INT_STATUS_ADDR 0x363c
55-
#define TRDY_MASK BIT(7)
56-
#define TIMEOUT_US 100
5735

5836
#define S0_STATUS_OFF 0x3628
5937
#define S1_STATUS_OFF 0x362c

0 commit comments

Comments
 (0)