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

Commit 4cd38c73 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: configuring PMIC MPP2 for Backlight on APQ8017"

parents 075ec801 a5c25f1f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -115,6 +115,18 @@
	};
};

&pm8937_mpps {
	mpp@a100 {
		status = "ok";
		/* MPP2- Backlight PWM */
		qcom,mode = <1>;	/* Digital output */
		qcom,invert = <0>;	/* Disable invert */
		qcom,src-sel = <8>;	/* DTEST1 */
		qcom,vin-sel = <0>;	/* VPH_PWR */
		qcom,master-en = <1>;	/* Enable MPP */
	};
};

&wsa881x_211 {
	qcom,spkr-sd-n-gpio = <&tlmm 92 0>;
};