diff options
author | Rob Herring <robh@kernel.org> | 2021-01-12 16:35:27 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-01-12 22:47:09 +0100 |
commit | 5250f8f37b7ebbeaeab13517d6c08c703c95a687 (patch) | |
tree | 0bb7b999af26495df3ffa7b9d864ae58bb31d77a /Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml | |
parent | dt-bindings: usb-connector: Use OF graph schema (diff) | |
download | linux-5250f8f37b7ebbeaeab13517d6c08c703c95a687.tar.xz linux-5250f8f37b7ebbeaeab13517d6c08c703c95a687.zip |
dt-bindings: usb: Use OF graph schema
Now that we have a graph schema, rework the USB related schemas to use
it. Mostly this is adding a reference to graph.yaml and dropping duplicate
parts from schemas.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: Biju Das <biju.das.jz@bp.renesas.com>
Cc: linux-usb@vger.kernel.org
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20210112153527.391232-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml index 929a3f413b44..9fcf54b10b07 100644 --- a/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml +++ b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml @@ -54,18 +54,19 @@ properties: description: phandle of a companion. ports: + $ref: /schemas/graph.yaml#/properties/ports description: | any connector to the data bus of this controller should be modelled using the OF graph bindings specified, if the "usb-role-switch" property is used. - type: object + properties: port@0: - type: object + $ref: /schemas/graph.yaml#/properties/port description: High Speed (HS) data bus. port@1: - type: object + $ref: /schemas/graph.yaml#/properties/port description: Super Speed (SS) data bus. required: |