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

Commit b1ef4c4b authored by Himanshu Aggarwal's avatar Himanshu Aggarwal
Browse files

ARM: dts: msm: add pmic haptics dts entry



Add PMIC haptics device tree node for msmferrum CDP and
MTP platform. Haptics module provides the vibration
effects for the device.

Change-Id: I06094f105177ee03e0284c8f94638a3f338dabb3
Signed-off-by: default avatarHimanshu Aggarwal <haggarwa@codeaurora.org>
parent 1802e845
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -21,3 +21,13 @@
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};

&spmi_bus {
	qcom,pmferrum@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
@@ -21,3 +21,13 @@
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_sleep>;
};

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