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

Commit 39d27b4a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 0f2111e2 79e9d5d6
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>;
		};
	};
};