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

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
...@@ -33,7 +33,7 @@ &pm8916_mpps { ...@@ -33,7 +33,7 @@ &pm8916_mpps {
pm8916_mpps_leds: pm8916_mpps_leds { pm8916_mpps_leds: pm8916_mpps_leds {
pinconf { pinconf {
pins = "mpp2", "mpp3"; pins = "mpp2", "mpp3";
function = PMIC_GPIO_FUNC_NORMAL; function = "digital";
output-low; output-low;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment