mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Adding pin configuration for USB3 PHY portselect on Ravelin"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
451e3d549f
@@ -1425,5 +1425,20 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
usb_phy_ps: usb_phy_ps {
|
||||
usb3phy_portselect_default: usb3phy_portselect_default {
|
||||
mux {
|
||||
pins = "gpio94";
|
||||
function = "usb0_phy_ps";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio94";
|
||||
bias-disable;
|
||||
drive-strength = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -124,6 +124,9 @@
|
||||
<&gcc GCC_USB3_PHY_PRIM_BCR>;
|
||||
reset-names = "global_phy_reset", "phy_reset";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&usb3phy_portselect_default>;
|
||||
|
||||
qcom,qmp-phy-reg-offset =
|
||||
<USB3_DP_PCS_PCS_STATUS1
|
||||
USB3_DP_PCS_USB3_AUTONOMOUS_MODE_CTRL
|
||||
|
||||
Reference in New Issue
Block a user