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

Commit 2340897f authored by Anirudh Ghayal's avatar Anirudh Ghayal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Fix the actuator-type for PMI8950/40 haptics



The actuator-type expects values of 0 (LRA) and 1(ERM)
instead of strings. Fix it.

Change-Id: If922b06448138107d5c797f35d2835b20a490ade
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent d3f2e5c7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -466,7 +466,6 @@

&pmi_haptic{
	status = "disabled";
	qcom,actuator-type = "lra";
	qcom,lra-auto-res-mode="qwd";
	qcom,lra-high-z="opt1";
	qcom,lra-res-cal-period = <0>;
+0 −1
Original line number Diff line number Diff line
@@ -370,7 +370,6 @@

&pmi_haptic{
	status = "disabled";
	qcom,actuator-type = "lra";
	qcom,lra-auto-res-mode="qwd";
	qcom,lra-high-z="opt1";
	qcom,lra-res-cal-period = <0>;
+0 −1
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@
};

&pmi_haptic{
	qcom,actuator-type = "lra";
	qcom,wave-play-rate-us = <4165>;
	qcom,lra-auto-res-mode = "qwd";
	qcom,lra-high-z = "opt1";
+1 −1
Original line number Diff line number Diff line
@@ -571,7 +571,7 @@
			vcc_pon-supply = <&pon_perph_reg>;
			qcom,play-mode = "direct";
			qcom,wave-play-rate-us = <5263>;
			qcom,actuator-type = "lra";
			qcom,actuator-type = <0>;
			qcom,wave-shape = "square";
			qcom,vmax-mv = <2000>;
			qcom,ilim-ma = <800>;