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

Commit 79c49251 authored by Mao Li's avatar Mao Li Committed by Guoping Yu
Browse files

ARM: dts: msm: add pmic vibrator dts entry for 8909 QRD



Haptics is used to give vibration effect. Add pmic vibrator
dts entry for 8909 QRD SKUA.

Change-Id: I3ffb8abc53e6616675ea6468e62dc0e425164ce7
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent a8696363
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -91,3 +91,13 @@

	status = "ok";
};

&spmi_bus {
	qcom,pm8909@1 {
		qcom,vibrator@c000 {
			status = "okay";
			qcom,vib-timeout-ms = <15000>;
			qcom,vib-vtg-level-mV = <3100>;
		};
	};
};