diff mbox series

[v7,4/7] dt-bindings: iio/adc: Add touchscreen idx for JZ47xx SoC ADC

Message ID 20200517194904.34758-4-contact@artur-rojek.eu
State Not Applicable, archived
Headers show
Series [v7,1/7] dt-bindings: iio/adc: Convert ingenic-adc docs to YAML. | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Artur Rojek May 17, 2020, 7:49 p.m. UTC
Introduce support for touchscreen channels found in JZ47xx SoCs.

Signed-off-by: Artur Rojek <contact@artur-rojek.eu>
Tested-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Rob Herring <robh@kernel.org>
---

 Changes:

 v2-v7: no change

 include/dt-bindings/iio/adc/ingenic,adc.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/include/dt-bindings/iio/adc/ingenic,adc.h b/include/dt-bindings/iio/adc/ingenic,adc.h
index 42f871ab3272..95e20a8d6dc8 100644
--- a/include/dt-bindings/iio/adc/ingenic,adc.h
+++ b/include/dt-bindings/iio/adc/ingenic,adc.h
@@ -7,5 +7,7 @@ 
 #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
 
 #endif