kernel device tree source code for OnePlus 5 & 5T P device Change-Id: I84f40e66833ea1ce30eb1d9a710d6e1529e9e637
20 lines
348 B
Text
20 lines
348 B
Text
fpc Fingerprint
|
|
|
|
Required Properties:
|
|
- compatible: Must be "ompatible = "fpc,fpc1020".
|
|
|
|
|
|
Example:
|
|
|
|
/* Fingerprint */
|
|
fpc_fpc1020 {
|
|
compatible = "fpc,fpc1020";
|
|
interrupt-parent = <&tlmm>;
|
|
fpc,irq-gpio = <&tlmm 121 0>;
|
|
/*
|
|
fpc,gpio_id0 = <&tlmm 39 0>;
|
|
fpc,gpio_id1 = <&tlmm 41 0>;
|
|
fpc,gpio_id2 = <&tlmm 63 0>;
|
|
*/
|
|
};
|
|
|