Skip to content

Commit dee6719

Browse files
Matthias Kaehlckegregkh
authored andcommitted
dt-bindings: usb: rts5411: Rename property 'companion-hub' to 'peer-hub'
In the context of USB the term 'companion-hub' is misleading, change the name of the property to 'peer-hub'. There are no upstream users of the 'companion-hub' property, neither in the device tree, nor on the driver side, so renaming it shouldn't cause any compatibility issues with existing device trees. Changes in v24: - patch added to the series Reviewed-by: Douglas Anderson <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Matthias Kaehlcke <[email protected]> Link: https://lore.kernel.org/r/20220630123445.v24.2.Ie2bbbd3f690826404b8f1059d24edcab33ed898f@changeid Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 620e8e8 commit dee6719

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/devicetree/bindings/usb/realtek,rts5411.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3333
required:
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
};

0 commit comments

Comments
 (0)