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

Commit 99c37fa7 authored by Abir Ghosh's avatar Abir Ghosh Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add support for QBT_HANDLER on kona



Add device tree node for ultrasonic fingerprint driver.

Change-Id: I47b113df5d10b9de191c1e6516c09b1e39032386
Signed-off-by: default avatarAbir Ghosh <abirg@codeaurora.org>
parent c9728676
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -114,6 +114,13 @@
			linux,can-disable;
		};
	};

	qcom,qbt_handler {
		compatible = "qcom,qbt-handler";
		qcom,ipc-gpio = <&tlmm 23 0>;
		qcom,finger-detect-gpio = <&pm8150_gpios 1 0>;
		status = "disabled";
	};
};

&qupv3_se13_i2c {
+8 −0
Original line number Diff line number Diff line
@@ -103,6 +103,14 @@
			linux,can-disable;
		};
	};

	qcom,qbt_handler {
		compatible = "qcom,qbt-handler";
		qcom,ipc-gpio = <&tlmm 23 0>;
		pinctrl-names = "default";
		pinctrl-0 = <&key_home_default>;
		qcom,finger-detect-gpio = <&pm8150_gpios 1 0>;
	};
};

&qupv3_se13_i2c {
+8 −0
Original line number Diff line number Diff line
@@ -195,6 +195,14 @@
			linux,can-disable;
		};
	};

	qcom,qbt_handler {
		compatible = "qcom,qbt-handler";
		qcom,ipc-gpio = <&tlmm 23 0>;
		pinctrl-names = "default";
		pinctrl-0 = <&key_home_default>;
		qcom,finger-detect-gpio = <&pm8150_gpios 1 0>;
	};
};

&vreg_hap_boost {