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

Add M31 eUSB2 and QMP SS PHY nodes to sun. Add required dependencies in
pinctrl as well for HW based SS lane detection.

Change-Id: Ib1546aa7d92853a88a05d0bbc836ec4caac40960
Signed-off-by: Ronak Vijay Raheja <quic_rraheja@quicinc.com>
This commit is contained in:
Ronak Vijay Raheja
2023-11-01 16:09:58 -07:00
committed by Wesley Cheng
parent 7c6eec62b8
commit 1fb24b5e92
2 changed files with 270 additions and 0 deletions

View File

@@ -3106,4 +3106,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;
};
};
};
};