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

Commit f2b87508 authored by Padmanabhan Komanduru's avatar Padmanabhan Komanduru
Browse files

ARM: dts: msm: update the PMIC MPP4 configuration for 8939



Update the MODE_CTL and invert settings of PMIC MPP4 to enable
backlight scaling for the display panel on 8939 MTP and CDP.

Change-Id: I120b7c4fe3ee9c4041e5645dde31b965fac06b3e
Signed-off-by: default avatarPadmanabhan Komanduru <pkomandu@codeaurora.org>
parent e99d0155
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -373,8 +373,8 @@
	mpp@a300 { /* MPP 4 */
		/* 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 */
	};
+2 −2
Original line number Diff line number Diff line
@@ -353,8 +353,8 @@
	mpp@a300 { /* MPP 4 */
		/* 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 */
	};