Merge "bindings: usb: qcom,dwc-usb3-msm: Add vbus_dwc3-supply property to bindings"

This commit is contained in:
QCTECMDR Service
2024-11-25 15:19:02 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -61,6 +61,11 @@ properties:
USB3_GDSC-supply: USB3_GDSC-supply:
description: USB GDSC supply. description: USB GDSC supply.
vbus_dwc3-supply:
description: Regulator supply for the VBUS 5V power for USB host mode.
This is typically used when VBUS is controlled by a GPIO-based
regulator to enable/disable USB port power.
clock-names: clock-names:
minItems: 1 minItems: 1
items: items:
@@ -168,6 +173,7 @@ examples:
ranges; ranges;
USB3_GDSC-supply = <&gcc_usb30_prim_gdsc>; USB3_GDSC-supply = <&gcc_usb30_prim_gdsc>;
vbus_dwc3-supply = <&usb0_vbus_reg>;
clocks = <&gcc GCC_USB30_PRIM_MASTER_CLK>, clocks = <&gcc GCC_USB30_PRIM_MASTER_CLK>,
<&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>, <&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>,
<&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>, <&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>,