Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d9d8924 authored by Abir Ghosh's avatar Abir Ghosh
Browse files

dt-bindings: Add documentation for qbt_handler

Add dt-bindings for fingerprint driver.

Change-Id: I48715fed62645c97b8cdbd8b20846393d42242b0
parent d03820b8
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
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>;
};