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

Commit 3eca5ce1 authored by Kota Priyanka's avatar Kota Priyanka Committed by Gerrit - the friendly Code Review server
Browse files

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



Add device tree node for fingerprint qbt1000 driver.

Change-Id: I1a98eb1424569e26961fc564ddd916cc3fbd16f4
Signed-off-by: default avatarKota Priyanka <kotap@codeaurora.org>
parent e5710697
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -81,6 +81,14 @@
			linux,can-disable;
		};
	};

	qcom,qbt1000 {
		compatible = "qcom,qbt1000";
		clock-names = "core", "iface";
		clock-frequency = <25000000>;
		qcom,ipc-gpio = <&tlmm 118 0>;
		qcom,finger-detect-gpio = <&pm855_gpios 1 0>;
	};
};

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

	qcom,qbt1000 {
		compatible = "qcom,qbt1000";
		clock-names = "core", "iface";
		clock-frequency = <25000000>;
		qcom,ipc-gpio = <&tlmm 118 0>;
		qcom,finger-detect-gpio = <&pm855_gpios 1 0>;
	};
};

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

	qcom,qbt1000 {
		compatible = "qcom,qbt1000";
		clock-names = "core", "iface";
		clock-frequency = <25000000>;
		qcom,ipc-gpio = <&tlmm 118 0>;
		qcom,finger-detect-gpio = <&pm855_gpios 1 0>;
	};
};

&qupv3_se17_i2c {