File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Documentation/devicetree/bindings/usb Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ properties:
2525 description :
2626 phandle to the regulator that provides power to the hub.
2727
28- companion -hub :
28+ peer -hub :
2929 $ref : ' /schemas/types.yaml#/definitions/phandle'
3030 description :
31- phandle to the companion hub on the controller.
31+ phandle to the peer hub on the controller.
3232
3333required :
34- - companion -hub
34+ - peer -hub
3535 - compatible
3636 - reg
3737
@@ -49,14 +49,14 @@ examples:
4949 compatible = "usbbda,5411";
5050 reg = <1>;
5151 vdd-supply = <&pp3300_hub>;
52- companion -hub = <&hub_3_0>;
52+ peer -hub = <&hub_3_0>;
5353 };
5454
5555 /* 3.0 hub on port 2 */
5656 hub_3_0: hub@2 {
5757 compatible = "usbbda,411";
5858 reg = <2>;
5959 vdd-supply = <&pp3300_hub>;
60- companion -hub = <&hub_2_0>;
60+ peer -hub = <&hub_2_0>;
6161 };
6262 };
You can’t perform that action at this time.
0 commit comments