Commit dee6719e authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Greg Kroah-Hartman

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: default avatarDouglas Anderson <dianders@chromium.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Link: https://lore.kernel.org/r/20220630123445.v24.2.Ie2bbbd3f690826404b8f1059d24edcab33ed898f@changeidSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 620e8e8b
...@@ -25,13 +25,13 @@ properties: ...@@ -25,13 +25,13 @@ properties:
description: description:
phandle to the regulator that provides power to the hub. phandle to the regulator that provides power to the hub.
companion-hub: peer-hub:
$ref: '/schemas/types.yaml#/definitions/phandle' $ref: '/schemas/types.yaml#/definitions/phandle'
description: description:
phandle to the companion hub on the controller. phandle to the peer hub on the controller.
required: required:
- companion-hub - peer-hub
- compatible - compatible
- reg - reg
...@@ -49,7 +49,7 @@ examples: ...@@ -49,7 +49,7 @@ examples:
compatible = "usbbda,5411"; compatible = "usbbda,5411";
reg = <1>; reg = <1>;
vdd-supply = <&pp3300_hub>; vdd-supply = <&pp3300_hub>;
companion-hub = <&hub_3_0>; peer-hub = <&hub_3_0>;
}; };
/* 3.0 hub on port 2 */ /* 3.0 hub on port 2 */
...@@ -57,6 +57,6 @@ examples: ...@@ -57,6 +57,6 @@ examples:
compatible = "usbbda,411"; compatible = "usbbda,411";
reg = <2>; reg = <2>;
vdd-supply = <&pp3300_hub>; vdd-supply = <&pp3300_hub>;
companion-hub = <&hub_2_0>; peer-hub = <&hub_2_0>;
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment