From: Christophe Branchereau Date: Mon, 26 Jul 2021 08:20:30 +0000 (+0200) Subject: dt-bindings: iio/adc: add an INGENIC_ADC_AUX0 entry X-Git-Tag: v5.15~425^2~129^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d827cbcdb34e1972e31cf7e603410c05de584ca9;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Paul Cercueil Acked-by: Rob Herring Link: https://lore.kernel.org/r/20210726082033.351533-3-cbranchereau@gmail.com Signed-off-by: Jonathan Cameron --- 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