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: Ivan T. Ivanov <ivan.ivanov@linaro.org>
This commit is contained in:
parent
a7b2466cea
commit
4bd40f6ceb
|
@ -33,7 +33,7 @@
|
|||
pm8916_mpps_leds: pm8916_mpps_leds {
|
||||
pinconf {
|
||||
pins = "mpp2", "mpp3";
|
||||
function = PMIC_GPIO_FUNC_NORMAL;
|
||||
function = "digital";
|
||||
output-low;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue