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

Commit 9807d701 authored by Lior Barenboim's avatar Lior Barenboim
Browse files

ARM: dts: msm: add support for QBT1000 on msmcobalt



Add node for QBT1000 (fingerprint sensor) which defines the
clocks which are used by the driver and GPIOs which are used
to signal IPC messaging and finger detection.

Add pmcobalt entry for MTP for physical home-button GPIO.

Change-Id: I3eb92f83b42b0fa28dc73f6e0d4f74ef50375855
Signed-off-by: default avatarLior Barenboim <liorb@codeaurora.org>
parent ce610f2f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -100,6 +100,16 @@
};

&pmcobalt_gpios {
	/* GPIO 2 for Home Key */
	gpio@c100 {
		status = "okay";
		qcom,mode = <0>;
		qcom,pull = <0>;
		qcom,vin-sel = <0>;
		qcom,src-sel = <0>;
		qcom,out-strength = <1>;
	};

	/* GPIO 6 for Vol+ Key */
	gpio@c500 {
		status = "okay";
+10 −0
Original line number Diff line number Diff line
@@ -2222,6 +2222,16 @@
		qcom,sensors = <8>;
	};

	qcom,qbt1000 {
		compatible = "qcom,qbt1000";
		clock-names = "core", "iface";
		clocks = <&clock_gcc clk_gcc_blsp2_qup6_spi_apps_clk>,
			<&clock_gcc clk_gcc_blsp2_ahb_clk>;
		clock-frequency = <15000000>;
		qcom,ipc-gpio = <&tlmm 121 0>;
		qcom,finger-detect-gpio = <&pmcobalt_gpios 2 0>;
	};

	qcom,sensor-information {
		compatible = "qcom,sensor-information";
		sensor_information0: qcom,sensor-information-0 {