diff mbox series

dt-bindings: usb: hcd: add missing phy name to example

Message ID 20231110134802.32060-1-johan+linaro@kernel.org
State New
Headers show
Series dt-bindings: usb: hcd: add missing phy name to example | expand

Commit Message

Johan Hovold Nov. 10, 2023, 1:48 p.m. UTC
The example host controller node has two PHYs and therefore needs two
PHY names.

Fixes: 3aa3c66aedef ("dt-bindings: usb: Bring back phy-names")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 Documentation/devicetree/bindings/usb/usb-hcd.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Nov. 10, 2023, 2:10 p.m. UTC | #1
On 10/11/2023 14:48, Johan Hovold wrote:
> The example host controller node has two PHYs and therefore needs two
> PHY names.
> 
> Fixes: 3aa3c66aedef ("dt-bindings: usb: Bring back phy-names")

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/usb-hcd.yaml b/Documentation/devicetree/bindings/usb/usb-hcd.yaml
index 692dd60e3f73..45a19d4928af 100644
--- a/Documentation/devicetree/bindings/usb/usb-hcd.yaml
+++ b/Documentation/devicetree/bindings/usb/usb-hcd.yaml
@@ -41,7 +41,7 @@  examples:
   - |
     usb {
         phys = <&usb2_phy1>, <&usb3_phy1>;
-        phy-names = "usb";
+        phy-names = "usb2", "usb3";
         #address-cells = <1>;
         #size-cells = <0>;