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

Commit 09f68cd7 authored by Shantanu Jain's avatar Shantanu Jain
Browse files

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



Add pmic vibrator dts entry for 8916 QRD.

Change-Id: Ifbfa9bcf07f5c153c4165c054dafc1e325befe0b
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 79e9d5d6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -71,3 +71,13 @@

	status = "ok";
};

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