mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 23:25:23 +07:00
4bd40f6ceb
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>
41 lines
651 B
Plaintext
41 lines
651 B
Plaintext
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
|
|
|
|
&pm8916_gpios {
|
|
|
|
usb_hub_reset_pm: usb_hub_reset_pm {
|
|
pinconf {
|
|
pins = "gpio3";
|
|
function = PMIC_GPIO_FUNC_NORMAL;
|
|
output-low;
|
|
};
|
|
};
|
|
|
|
usb_sw_sel_pm: usb_sw_sel_pm {
|
|
pinconf {
|
|
pins = "gpio4";
|
|
function = PMIC_GPIO_FUNC_NORMAL;
|
|
power-source = <PM8916_GPIO_VPH>;
|
|
input-disable;
|
|
};
|
|
};
|
|
|
|
pm8916_gpios_leds: pm8916_gpios_leds {
|
|
pinconf {
|
|
pins = "gpio1", "gpio2";
|
|
function = PMIC_GPIO_FUNC_NORMAL;
|
|
output-low;
|
|
};
|
|
};
|
|
};
|
|
|
|
&pm8916_mpps {
|
|
|
|
pm8916_mpps_leds: pm8916_mpps_leds {
|
|
pinconf {
|
|
pins = "mpp2", "mpp3";
|
|
function = "digital";
|
|
output-low;
|
|
};
|
|
};
|
|
};
|