summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPatrick Delaunay <[email protected]>2021-09-14 14:31:16 +0200
committerPatrice Chotard <[email protected]>2021-10-08 08:19:59 +0200
commit5b4fa85d6501e77bd6ed8e5fd1e527927f9f947d (patch)
tree755f1dfad5fa7bf0f1681093b3700bba65b240fb /scripts
parente69c4143e82b848ba769e841930132f7548b5d23 (diff)
phy: stm32-usbphyc: use connector for vbus-supply with phy-stm32-usbphyc
The vbus-supply is an optional property of sub-node connector node. and no more in the usb phyc node (in first proposed binding). This regulator for USB VBUS may be needed for host mode. See the latest kernel binding for details in Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.yaml. usbphyc_port0: usb-phy@0 { reg = <0>; phy-supply = <&vdd_usb>; #phy-cells = <0>; connector { compatible = "usb-a-connector"; vbus-supply = <&vbus_sw>; }; }; Signed-off-by: Patrick Delaunay <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions