diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-07-22 14:36:31 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-07-22 14:36:31 +0100 |
commit | d0d7c5845e7faef263184c68f8a31634dfa22c6f (patch) | |
tree | 1ee3f612d13b491b327c419dec7f91d5302ab127 /include/dt-bindings | |
parent | 8525df47b3d1eaa9a2206964f63f71a2f48dc7c1 (diff) | |
parent | b96952f498db61cdce60f3161a445442d1cc08bc (diff) |
Merge branch 'ib-5.8-jz47xx-ts' into HEAD
Immutable branch may be needed in input for a joystick set that is
dependent on it.
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/iio/adc/ingenic,adc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/iio/adc/ingenic,adc.h b/include/dt-bindings/iio/adc/ingenic,adc.h index 42f871ab3272..4627a00e369e 100644 --- a/include/dt-bindings/iio/adc/ingenic,adc.h +++ b/include/dt-bindings/iio/adc/ingenic,adc.h @@ -7,5 +7,11 @@ #define INGENIC_ADC_AUX 0 #define INGENIC_ADC_BATTERY 1 #define INGENIC_ADC_AUX2 2 +#define INGENIC_ADC_TOUCH_XP 3 +#define INGENIC_ADC_TOUCH_YP 4 +#define INGENIC_ADC_TOUCH_XN 5 +#define INGENIC_ADC_TOUCH_YN 6 +#define INGENIC_ADC_TOUCH_XD 7 +#define INGENIC_ADC_TOUCH_YD 8 #endif |