Merge "ARM: dts: msm: Add M31 HS and QMP SS USB PHY configuration on sun"

This commit is contained in:
qctecmdr
2023-11-09 07:43:35 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 270 additions and 0 deletions

View File

@@ -3188,4 +3188,33 @@
};
};
};
usb_phy_ps: usb_phy_ps {
usb3phy_portselect_default: usb3phy_portselect_default {
mux {
pins = "gpio61";
function = "usb_phy";
};
config {
pins = "gpio61";
bias-pull-down;
drive-strength = <2>;
};
};
usb3phy_portselect_gpio: usb3phy_portselect_gpio {
mux {
pins = "gpio61";
function = "gpio";
};
config {
pins = "gpio61";
drive-strength = <2>;
bias-pull-down;
input-enable;
};
};
};
};