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

Commit 808811e4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add swr-slave regulator device node in haptics module"

parents 5eb86c29 99971b24
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -108,6 +108,12 @@ The following properties are only required when LRA actuator is used:
		is selected. Please refer to:
		include/dt-bindings/input/qcom,hv-haptics.h.

A child node named "qcom,hap-swr-slave-reg" can be defined to export a regulator
device which is used for swr-haptics module to control the online status of SWR
slave. The child node should have following property for this regulator device:

- regulator-name: Please refer to: bindings/regulator/regulator.txt.

The following properties should be specified in child nodes for defining
different vibration effects:

@@ -222,6 +228,10 @@ Example:
		qcom,drv-sig-shape = <WF_SINE>;
		qcom,brake-sig-shape = <WF_SINE>;

		qcom,hap-swr-slave-reg {
			regulator-name = "hap-swr-slave-reg";
		};

		effect_0 {
			/* CLICK effect */
			qcom,effect-id = <0>;
+4 −0
Original line number Diff line number Diff line
@@ -60,6 +60,10 @@
			qcom,brake-sig-shape = <WF_SINE>;
			status = "disabled";

			hap_swr_slave_reg: qcom,hap-swr-slave-reg {
				regulator-name = "hap-swr-slave-reg";
			};

			effect_0 {
				/* CLICK */
				qcom,effect-id = <0>;