mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-N2: ODROID 3.5" I2C Touch sx8650 Document added.
Change-Id: Ia83e31210e7c02437e4a3dc585cbfd8eadf9b464
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
@@ -14668,3 +14668,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
|
||||
|
||||
Reference in New Issue
Block a user