summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/usb/generic-ohci.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/usb/generic-ohci.yaml')
-rw-r--r--dts/Bindings/usb/generic-ohci.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/dts/Bindings/usb/generic-ohci.yaml b/dts/Bindings/usb/generic-ohci.yaml
index da5a14becb..bcffec1f13 100644
--- a/dts/Bindings/usb/generic-ohci.yaml
+++ b/dts/Bindings/usb/generic-ohci.yaml
@@ -67,7 +67,11 @@ properties:
description:
Overrides the detected port count
- phys: true
+ phys:
+ description: PHY specifier for the USB PHY
+
+ phy-names:
+ const: usb
required:
- compatible
@@ -84,6 +88,7 @@ examples:
interrupts = <64>;
clocks = <&usb_clk 6>, <&ahb_gates 2>;
phys = <&usbphy 1>;
+ phy-names = "usb";
};
...