ODROID-N2: ODROID 3.5" I2C Touch sx8650 Document added.
authorcharles.park <charles.park@hardkernel.com>
Mon, 31 Dec 2018 03:05:36 +0000 (12:05 +0900)
committerDongjin Kim <tobetter@gmail.com>
Fri, 13 Mar 2020 09:08:44 +0000 (18:08 +0900)
Change-Id: Ia83e31210e7c02437e4a3dc585cbfd8eadf9b464

Documentation/devicetree/bindings/input/touchscreen/sx8650.txt [new file with mode: 0644]
MAINTAINERS

diff --git a/Documentation/devicetree/bindings/input/touchscreen/sx8650.txt b/Documentation/devicetree/bindings/input/touchscreen/sx8650.txt
new file mode 100644 (file)
index 0000000..695fa47
--- /dev/null
@@ -0,0 +1,16 @@
+* Semtech SX8650 I2C Touchscreen Controller
+
+Required properties:
+- compatible: must be "semtech,sx8650"
+- reg: i2c slave address
+- interrupt-parent: the phandle for the interrupt controller
+- interrupts: touch controller interrupt
+
+Example:
+
+       sx8650@48 {
+               compatible = "semtech,sx8650";
+               reg = <0x48>;
+               interrupt-parent = <&gpio6>;
+               interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
+       };
index fdb6686..beb37bd 100644 (file)
@@ -15200,3 +15200,7 @@ F:      drivers/char/aml-gpiomem.c
 HARDKERNEL S922D odroidn2
 M:     Pierluigi Passaro <info@phoenixsoftware.it>
 F:      drivers/input/touchscreen/sx8650.c
+
+HARDKERNEL S922D odroidn2
+M:     charles park <charles.park@hardkernel.com>
+F:      Documentation/devicetree/binding/input/touchscreen/sx8650.txt