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

Commit 79e9d5d6 authored by Shantanu Jain's avatar Shantanu Jain
Browse files

ARM: arm: dts: Add pmic vibrator dts entry for 8916 mtp/cdp



Add pmic vibrator dts entry for 8916 mtp/cdp.

Change-Id: I51b8a3f25c8db1284c64a6daae93c24bc3a0dbdf
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent bc89b16c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -39,3 +39,13 @@
&qcom_seecom {
	status = "okay";
};

&spmi_bus {
	qcom,pm8916@1 {
		qcom,vibrator@c000 {
			status = "okay";
			qcom,vib-timeout-ms = <15000>;
			qcom,vib-vtg-level-mV = <3100>;
		};
	};
};
+10 −0
Original line number Diff line number Diff line
@@ -74,3 +74,13 @@
		avago,ga_value = <48>;
	};
};

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