1
0
Fork 0

dt-bindings: iio/adc: Add AUX2 channel idx for JZ4770 SoC ADC

Introduce support for AUX2 channel found in ADC hardware present on
Ingenic JZ4770 SoC.

Signed-off-by: Artur Rojek <contact@artur-rojek.eu>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
alistair/sunxi64-5.5-dsi
Artur Rojek 2019-07-27 21:59:39 +02:00 committed by Jonathan Cameron
parent cec8b1e3cb
commit b23bf21f55
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@
/* ADC channel idx. */
#define INGENIC_ADC_AUX 0
#define INGENIC_ADC_BATTERY 1
#define INGENIC_ADC_AUX2 2
#endif