diff --git a/qcom/anorak-pinctrl.dtsi b/qcom/anorak-pinctrl.dtsi index e8239902..cc6ac4d6 100644 --- a/qcom/anorak-pinctrl.dtsi +++ b/qcom/anorak-pinctrl.dtsi @@ -188,4 +188,19 @@ }; }; }; + + usb_phy_ps: usb_phy_ps { + usb3phy_portselect_default: usb3phy_portselect_default { + mux { + pins = "gpio160"; + function = "usb0_phy"; + }; + + config { + pins = "gpio160"; + bias-disable; + drive-strength = <2>; + }; + }; + }; };