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

Commit 10f36a68 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: add period and duty for FAN_PWM in apq8096 drone"

parents a79c979c 631af11f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -696,13 +696,18 @@

};


&spmi_bus {
	qcom,pm8994@1 {
		pwm@b100 { /* Enable for FAN_PWM */
			qcom,dtest-line = <1>;
			qcom,dtest-output = <1>; /* Output to DTEST1 enabled */
			qcom,period = <500>;
			qcom,mode-select = <0>;
			status = "okay";
			qcom,pwm {
				qcom,duty = <500>;
				label = "pwm";
			};
		};
	};
};