summaryrefslogtreecommitdiff
path: root/board/nautilus/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/nautilus/board.h')
-rw-r--r--board/nautilus/board.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/nautilus/board.h b/board/nautilus/board.h
index a85f1d2aa3..311797aa54 100644
--- a/board/nautilus/board.h
+++ b/board/nautilus/board.h
@@ -195,12 +195,11 @@ enum power_signal {
POWER_SIGNAL_COUNT
};
+/* Nautilus doesn't have systherm0 and systherm3 */
enum temp_sensor_id {
TEMP_SENSOR_BATTERY, /* BD99956GW TSENSE */
- TEMP_SENSOR_AMBIENT, /* BD99992GW SYSTHERM0 */
TEMP_SENSOR_CHARGER, /* BD99992GW SYSTHERM1 */
TEMP_SENSOR_DRAM, /* BD99992GW SYSTHERM2 */
- TEMP_SENSOR_EMMC, /* BD99992GW SYSTHERM3 */
TEMP_SENSOR_COUNT
};