Commit 4bd40f6c authored by Ivan T. Ivanov's avatar Ivan T. Ivanov Committed by Andy Gross
Browse files

arm64: dts: qcom: Fix MPP's function used for LED control



The qcom-spmi-mpp driver is now using string "digital" to denote
old "normal" functionality. Update DTS file.
Also update the powersource.

Signed-off-by: default avatarIvan T. Ivanov <ivan.ivanov@linaro.org>
parent a7b2466c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
	pm8916_mpps_leds: pm8916_mpps_leds {
		pinconf {
			pins = "mpp2", "mpp3";
			function = PMIC_GPIO_FUNC_NORMAL;
			function = "digital";
			output-low;
		};
	};