mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Add devicetree bindings for supporting waipio platform on msm-kalama branch with snapshot merge of msm-5.10 devicetree at commit <c8b773e> (Merge "ARM: dts: msm: Enable stats driver for diwali"). Change-Id: I72272f4cd727346ce3050b8b7ba49c1eefc150d4
34 lines
827 B
Plaintext
34 lines
827 B
Plaintext
Qualcomm Technologies, Inc. QBT_HANDLER Specific Bindings
|
|
|
|
QBT is a fingerprint sensor ASIC capable of performing fingerprint image scans
|
|
and detecting finger presence on the sensor using programmable firmware.
|
|
|
|
=======================
|
|
Required Node Structure
|
|
=======================
|
|
|
|
- compatible
|
|
Usage: required
|
|
Value type: <string>
|
|
Definition: "qcom,qbt-handler".
|
|
|
|
- qcom,ipc-gpio
|
|
Usage: required
|
|
Value type: <phandle>
|
|
Definition: phandle for GPIO to be used for IPC.
|
|
|
|
- qcom,finger-detect-gpio
|
|
Usage: required
|
|
Value type: <phandle>
|
|
Definition: phandle for GPIO to be used for finger detect.
|
|
|
|
=======
|
|
Example
|
|
=======
|
|
|
|
qcom,qbt_handler {
|
|
compatible = "qcom,qbt-handler";
|
|
qcom,ipc-gpio = <&tlmm 38 0>;
|
|
qcom,finger-detect-gpio = <&tlmm 39 0>;
|
|
};
|