]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: dts: qcom: Fix MPP's function used for LED control
authorIvan T. Ivanov <ivan.ivanov@linaro.org>
Tue, 23 Feb 2016 16:50:53 +0000 (16:50 +0000)
committerAndy Gross <andy.gross@linaro.org>
Mon, 29 Feb 2016 22:17:45 +0000 (16:17 -0600)
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: Ivan T. Ivanov <ivan.ivanov@linaro.org>
arch/arm64/boot/dts/qcom/apq8016-sbc-pmic-pins.dtsi

index e03c11d9d83447a524047c6e41498d7d3e4ac71c..f881437d53c5f049b5f25e37fbbee53f6a069038 100644 (file)
@@ -33,7 +33,7 @@
        pm8916_mpps_leds: pm8916_mpps_leds {
                pinconf {
                        pins = "mpp2", "mpp3";
-                       function = PMIC_GPIO_FUNC_NORMAL;
+                       function = "digital";
                        output-low;
                };
        };