Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ff88144 authored by Maxime Ripard's avatar Maxime Ripard Committed by Rob Herring
Browse files

dt-bindings: usb: ehci: Fix example warnings



The example of the EHCI binding generates a bunch of warnings now that the
examples are validated too.

Most notably, phy-names isn't used at all, and the node name should be USB.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 67d0da99
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ additionalProperties: false

examples:
  - |
    ehci@e0000300 {
    usb@e0000300 {
        compatible = "ibm,usb-ehci-440epx", "generic-ehci";
        interrupt-parent = <&UIC0>;
        interrupts = <0x1a 4>;
@@ -89,7 +89,6 @@ examples:
        interrupts = <39>;
        clocks = <&ahb_gates 1>;
        phys = <&usbphy 1>;
        phy-names = "usb";
    };

...