mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
cec8b1e3cb
commit
b23bf21f55
|
@ -6,5 +6,6 @@
|
|||
/* ADC channel idx. */
|
||||
#define INGENIC_ADC_AUX 0
|
||||
#define INGENIC_ADC_BATTERY 1
|
||||
#define INGENIC_ADC_AUX2 2
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue