imx233: remove virtual 5V channel (value doesn't make sense), fix battery conversion (need to trigger delay)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30986 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-11-14 21:42:43 +00:00
parent f791a81e87
commit ea8570b48c
3 changed files with 4 additions and 7 deletions

View file

@ -26,12 +26,12 @@ int imx233_adc_mapping[] =
[ADC_BATTERY] = IMX233_ADC_BATTERY,
[ADC_DIE_TEMP] = IMX233_ADC_DIE_TEMP,
[ADC_VDDIO] = IMX233_ADC_VDDIO,
[ADC_5V] = IMX233_ADC_5V,
[ADC_5V] = HW_LRADC_CHANNEL_5V,
};
const char *imx233_adc_channel_name[] =
{
"Battery(mV)",
"Battery(raw)",
"Die temperature(°C)",
"VddIO",
"Vdd5V",