diff options
author | Christophe Branchereau <cbranchereau@gmail.com> | 2021-07-26 11:20:30 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-07-31 20:14:53 +0300 |
commit | d827cbcdb34e1972e31cf7e603410c05de584ca9 (patch) | |
tree | 06322e8c7afa5a70a646deee1f5970a9516bd0c3 /include/dt-bindings/iio | |
parent | 9c5eb724f96f8d15226d7500d9412737598930f1 (diff) | |
download | linux-d827cbcdb34e1972e31cf7e603410c05de584ca9.tar.xz |
dt-bindings: iio/adc: add an INGENIC_ADC_AUX0 entry
The JZ4760(B) socs have 3 AUX inputs, add an entry to prepare including the one named AUX in the sadc driver.
Leaving the rest untouched as it's ABI.
Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210726082033.351533-3-cbranchereau@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/dt-bindings/iio')
-rw-r--r-- | include/dt-bindings/iio/adc/ingenic,adc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/iio/adc/ingenic,adc.h b/include/dt-bindings/iio/adc/ingenic,adc.h index 4627a00e369e..a6ccc031635b 100644 --- a/include/dt-bindings/iio/adc/ingenic,adc.h +++ b/include/dt-bindings/iio/adc/ingenic,adc.h @@ -13,5 +13,6 @@ #define INGENIC_ADC_TOUCH_YN 6 #define INGENIC_ADC_TOUCH_XD 7 #define INGENIC_ADC_TOUCH_YD 8 +#define INGENIC_ADC_AUX0 9 #endif |