summaryrefslogtreecommitdiff
path: root/board/falco/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/falco/board.h')
-rw-r--r--board/falco/board.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/board/falco/board.h b/board/falco/board.h
index 47340da957..8ab0fae962 100644
--- a/board/falco/board.h
+++ b/board/falco/board.h
@@ -145,15 +145,16 @@ enum adc_channel {
/* EC internal die temperature in degrees K. */
ADC_CH_EC_TEMP = 0,
+ /* Charger current in mA. */
+ ADC_CH_CHARGER_CURRENT,
+
+ /* AC Adapter ID voltage in mV */
+ ADC_AC_ADAPTER_ID_VOLTAGE,
+
/* HEY: Falco MB has only one discrete thermal sensor, but it has two
* values (one internal and one external). Both should be here.
- * HEY: There may be a BAT_TEMP sensor on the battery pack too.
*/
- /* HEY: Be prepared to read this (ICMNT). */
- /* Charger current in mA. */
- ADC_CH_CHARGER_CURRENT,
-
ADC_CH_COUNT
};