summaryrefslogtreecommitdiff
path: root/board/dooly/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/dooly/board.c')
-rw-r--r--board/dooly/board.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/dooly/board.c b/board/dooly/board.c
index b6d3423baa..cac3feefce 100644
--- a/board/dooly/board.c
+++ b/board/dooly/board.c
@@ -507,12 +507,6 @@ const struct adc_t adc_channels[] = {
.factor_mul = ADC_MAX_VOLT,
.factor_div = ADC_READ_MAX + 1,
},
- [ADC_TEMP_SENSOR_2] = {
- .name = "TEMP_SENSOR_2",
- .input_ch = NPCX_ADC_CH1,
- .factor_mul = ADC_MAX_VOLT,
- .factor_div = ADC_READ_MAX + 1,
- },
};
BUILD_ASSERT(ARRAY_SIZE(adc_channels) == ADC_CH_COUNT);
@@ -523,12 +517,6 @@ const struct temp_sensor_t temp_sensors[] = {
.read = get_temp_3v3_30k9_47k_4050b,
.idx = ADC_TEMP_SENSOR_1,
},
- [TEMP_SENSOR_2] = {
- .name = "PP5000",
- .type = TEMP_SENSOR_TYPE_BOARD,
- .read = get_temp_3v3_30k9_47k_4050b,
- .idx = ADC_TEMP_SENSOR_2,
- },
};
BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
@@ -584,7 +572,6 @@ const static struct ec_thermal_config thermal_a = {
struct ec_thermal_config thermal_params[] = {
[TEMP_SENSOR_1] = thermal_a,
- [TEMP_SENSOR_2] = thermal_a,
};
BUILD_ASSERT(ARRAY_SIZE(thermal_params) == TEMP_SENSOR_COUNT);