summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus/adc-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus/adc-target.h')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/adc-target.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/adc-target.h b/firmware/target/arm/imx233/sansa-fuzeplus/adc-target.h
index e9c6f5d00e..5907eefdc2 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/adc-target.h
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/adc-target.h
@@ -21,12 +21,15 @@
21#ifndef _ADC_TARGET_H_ 21#ifndef _ADC_TARGET_H_
22#define _ADC_TARGET_H_ 22#define _ADC_TARGET_H_
23 23
24#define NUM_ADC_CHANNELS 5 24#define NUM_ADC_CHANNELS 6
25 25
26#define ADC_BATTERY 0 26#define ADC_BATTERY 0
27#define ADC_DIE_TEMP 1 27#define ADC_DIE_TEMP 1
28#define ADC_VDDIO 2 28#define ADC_VDDIO 2
29#define ADC_5V 3 29#define ADC_5V 3
30#define ADC_CH2 4 30#define ADC_BATT_TEMP 4
31#define ADC_CH2 5
32
33#define IMX233_ADC_BATT_TEMP_SENSOR 0
31 34
32#endif 35#endif