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

Commit f14f073a authored by Ilia Lin's avatar Ilia Lin Committed by Chandan Uddaraju
Browse files

ARM: dts: msm: fix PWM channel used for Liquid msm8994



For liquid device on 8994, the pwm channel used to configure
is not same as other targets. Fix the channel number in the
platform specific dtsi file.

Change-Id: Icd0e878eed41e3f66624e8c21bedf33e8aa70b06
Signed-off-by: default avatarIlia Lin <ilialin@codeaurora.org>
parent aa5e73a6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -55,8 +55,8 @@

&dsi_dual_jdi_4k_video_0 {
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_pwm";
	qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>;
	qcom,mdss-dsi-bl-pmic-bank-select = <0>;
	qcom,mdss-dsi-bl-pmic-pwm-frequency = <50>;
	qcom,mdss-dsi-bl-pmic-bank-select = <3>;
	qcom,mdss-dsi-pwm-gpio = <&pmi8994_mpps 1 0>;
};

@@ -713,8 +713,8 @@
	mpp@a000 { /* MPP 1 */
		/* Backlight PWM */
		qcom,mode = <1>;	/* Digital output */
		qcom,invert = <1>;	/* Enable invert */
		qcom,src-sel = <0>;	/* FUNC GPIO */
		qcom,invert = <0>;	/* Disable invert */
		qcom,src-sel = <4>;	/* DTEST1 */
		qcom,vin-sel = <0>;	/* VPH_PWR */
		qcom,master-en = <1>;	/* Enable MPP */
	};