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

Commit 631af11f authored by wumeif's avatar wumeif
Browse files

ARM: dts: msm: add period and duty for FAN_PWM in apq8096 drone



Update pmi8994 PWM channel 1 configuration to PWM mode
and period/duty to 500 us, which is used for FAN_PWM
on apq8096 drone.

Change-Id: I1b35d4f5a6540b50b7a47e03c159b036d9630ff3
Signed-off-by: default avatarWumei Fang <wumeif@codeaurora.org>
parent e68546c8
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";
			};
		};
	};
};