Skip to content

Commit 4105870

Browse files
jhovoldgregkh
authored andcommitted
dt-bindings: usb: hcd: add missing phy name to example
The example host controller node has two PHYs and therefore needs two PHY names. Fixes: 3aa3c66 ("dt-bindings: usb: Bring back phy-names") Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231110134802.32060-1-johan+linaro@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 849d3f9 commit 4105870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/usb/usb-hcd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ examples:
4141
- |
4242
usb {
4343
phys = <&usb2_phy1>, <&usb3_phy1>;
44-
phy-names = "usb";
44+
phy-names = "usb2", "usb3";
4545
#address-cells = <1>;
4646
#size-cells = <0>;
4747

0 commit comments

Comments
 (0)