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

Commit 970dbdea authored by Abinaya P's avatar Abinaya P Committed by Himanshu Aggarwal
Browse files

ARM: dts: msm: Correct Haptics Play rate for MSM8937



MSM8937 CDP and MTP use a LRA motor with Frequency 240Hz. Correct
the Haptics Play Rate Code in the Haptics DT node corresponding
to this frequency.

Change-Id: Ia30468a9e0a223bc98882f0afaf86bcc58b8c535
Signed-off-by: default avatarAbinaya P <abinayap@codeaurora.org>
Signed-off-by: default avatarHimanshu Aggarwal <haggarwa@codeaurora.org>
parent 5a3ed9ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,7 @@
			};
		};

		pmi8937_haptic: qcom,haptic@c000 {
		pmi_haptic: qcom,haptic@c000 {
			compatible = "qcom,qpnp-haptic";
			reg = <0xc000 0x100>;
			interrupts = <0x3 0xc0 0x0>,
+1 −1
Original line number Diff line number Diff line
@@ -596,7 +596,7 @@
			};
		};

		pmi8950_haptic: qcom,haptic@c000 {
		pmi_haptic: qcom,haptic@c000 {
			compatible = "qcom,qpnp-haptic";
			reg = <0xc000 0x100>;
			interrupts = <0x3 0xc0 0x0>,
+4 −0
Original line number Diff line number Diff line
@@ -97,6 +97,10 @@
	status = "ok";
};

&pmi_haptic{
	qcom,wave-play-rate-us = <4165>;
};

&sdhc_1 {
	/* device core power supply */
	vdd-supply = <&pm8937_l8>;
+4 −0
Original line number Diff line number Diff line
@@ -63,6 +63,10 @@
	status = "ok";
};

&pmi_haptic{
	qcom,wave-play-rate-us = <4165>;
};

&spi_3 { /* BLSP1 QUP3 */
	status = "ok";
	maxim_sti@0 {
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@
	};
};

&pmi8950_haptic {
&pmi_haptic {
	qcom,vmax-mv = <3300>;
};