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

Commit d66a25c8 authored by Fenglin Wu's avatar Fenglin Wu
Browse files

ARM: dts: qcom: update haptics interrupt trigger for PM8350B

Update haptics FIFO empty interrupt trigger to rising edge only
because the driver doesn't expect to get a notification on the
falling edge interrupt.

Change-Id: Ia6a56071cb9ca015e5c4f1c0f1f50f3a1e2aef95
parent 6d6d845d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
		pm8350b_haptics: qcom,hv-haptics@f000 {
			compatible = "qcom,hv-haptics";
			reg = <0xf000>, <0xf100>;
			interrupts = <0x3 0xf0 0x1 IRQ_TYPE_EDGE_BOTH>;
			interrupts = <0x3 0xf0 0x1 IRQ_TYPE_EDGE_RISING>;
			interrupt-names = "fifo-empty";
			qcom,vmax-mv = <3600>;
			qcom,brake-mode = <BRAKE_CLOSE_LOOP>;