mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add dtsi changes for qbt_handler"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
47e2b20a69
33
bindings/qbt_handler/qbt_handler.txt
Normal file
33
bindings/qbt_handler/qbt_handler.txt
Normal file
@@ -0,0 +1,33 @@
|
||||
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>;
|
||||
};
|
||||
@@ -69,6 +69,11 @@
|
||||
panel = <&dsi_sw43404_amoled_cmd &dsi_sw43404_amoled_video
|
||||
&dsi_sw43404_amoled_fhd_plus_cmd>;
|
||||
};
|
||||
qcom,qbt_handler {
|
||||
compatible = "qcom,qbt-handler";
|
||||
qcom,ipc-gpio = <&tlmm 38 0>;
|
||||
qcom,finger-detect-gpio = <&tlmm 39 0>;
|
||||
};
|
||||
};
|
||||
|
||||
&sdhc_2 {
|
||||
|
||||
@@ -71,6 +71,11 @@
|
||||
panel = <&dsi_sw43404_amoled_cmd &dsi_sw43404_amoled_video
|
||||
&dsi_sw43404_amoled_fhd_plus_cmd>;
|
||||
};
|
||||
qcom,qbt_handler {
|
||||
compatible = "qcom,qbt-handler";
|
||||
qcom,ipc-gpio = <&tlmm 38 0>;
|
||||
qcom,finger-detect-gpio = <&tlmm 39 0>;
|
||||
};
|
||||
};
|
||||
|
||||
&sdhc_2 {
|
||||
|
||||
@@ -33,6 +33,11 @@
|
||||
linux,can-disable;
|
||||
};
|
||||
};
|
||||
qcom,qbt_handler {
|
||||
compatible = "qcom,qbt-handler";
|
||||
qcom,ipc-gpio = <&tlmm 38 0>;
|
||||
qcom,finger-detect-gpio = <&tlmm 39 0>;
|
||||
};
|
||||
};
|
||||
|
||||
&pm8350c_switch0 {
|
||||
|
||||
@@ -85,6 +85,11 @@
|
||||
0x10060 0x3c
|
||||
0x0 0x4>;
|
||||
};
|
||||
qcom,qbt_handler {
|
||||
compatible = "qcom,qbt-handler";
|
||||
qcom,ipc-gpio = <&tlmm 38 0>;
|
||||
qcom,finger-detect-gpio = <&tlmm 39 0>;
|
||||
};
|
||||
};
|
||||
|
||||
&usb2_phy0 {
|
||||
|
||||
Reference in New Issue
Block a user