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

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

Merge "ARM: dts: msm: change haptic mode for msmgold"

parents 570528a9 006008ff
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -88,3 +88,28 @@
		qcom,y-offset = <0>;
	};
};

&spmi_bus {
	qcom,pmi8937@2 {
		qcom,leds@a100 {
			status = "okay";
			qcom,led_mpp_2 {
				label = "mpp";
				linux,name = "green";
				linux,default-trigger = "none";
				qcom,default-state = "off";
				qcom,max-current = <40>;
				qcom,current-setting = <5>;
				qcom,id = <6>;
				qcom,mode = "manual";
				qcom,source-sel = <1>;
				qcom,mode-ctrl = <0x60>;
			};
		};
	};
};

&pmi_haptic {
	status = "okay";
	qcom,actuator-type = "erm";
};