ODROID-N2: ODROID 3.5" I2C Touch sx8650 Document added.

Change-Id: Ia83e31210e7c02437e4a3dc585cbfd8eadf9b464
This commit is contained in:
charles.park
2018-12-31 12:05:36 +09:00
committed by Chris KIM
parent f6d6605198
commit 25ec3b0803
2 changed files with 24 additions and 0 deletions

View File

@@ -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>;
};

View File

@@ -14897,3 +14897,11 @@ F: drivers/input/touchscreen/dwav-usb-mt.c
HARDKERNEL S922D odroidn2
M: Kevin Kim <ckkim@hardkernel.com>
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