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

Commit 4eab6a55 authored by Kiran Gunda's avatar Kiran Gunda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disable vibrator overdrive for pm6150



There are scenarios where Vbat is lower than overdrive
voltage causing the vibrator to fail. Disabling overdrive
does not have a performance impact, hence disable it.

Change-Id: Iec507c2fe2dda532d4c054883c8ad30e78dd3461
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent cecc0b27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@
			compatible = "qcom,qpnp-vibrator-ldo";
			reg = <0x5300 0x100>;
			qcom,vib-ldo-volt-uv = <3000000>;
			qcom,vib-overdrive-volt-uv = <3544000>;
			qcom,disable-overdrive;
		};
	};
};