X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fdevicetree%2Fbindings%2Fusb%2Fgeneric-ehci.yaml;h=1ca64c85191aade4f1f753a300ea75060dcb3ade;hb=3aa3c66aedef6a21ea1ad53f5b4491430ef0c84e;hp=059f6ef1ad4a5a587055615355cbae5c3140f26c;hpb=a4a759b2797ba9eff0dcfcdc532e886440da4e01;p=linux.git diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml index 059f6ef1ad4a..1ca64c85191a 100644 --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml @@ -63,7 +63,11 @@ properties: description: Set this flag to force EHCI reset after resume. - phys: true + phys: + description: PHY specifier for the USB PHY + + phy-names: + const: usb required: - compatible @@ -89,6 +93,7 @@ examples: interrupts = <39>; clocks = <&ahb_gates 1>; phys = <&usbphy 1>; + phy-names = "usb"; }; ...