OSDN Git Service

dt-bindings: phy: marvell,armada-3700-utmi-host-phy: Fix incorrect compatible in...
authorRob Herring <robh@kernel.org>
Fri, 22 Apr 2022 19:20:54 +0000 (14:20 -0500)
committerVinod Koul <vkoul@kernel.org>
Mon, 2 May 2022 10:33:02 +0000 (16:03 +0530)
Fix the example using the incorrect compatible string.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220422192054.2591093-1-robh@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml

index 2437c36..632d61c 100644 (file)
@@ -45,7 +45,7 @@ additionalProperties: false
 examples:
   - |
     usb2_utmi_host_phy: phy@5f000 {
-      compatible = "marvell,armada-3700-utmi-host-phy";
+      compatible = "marvell,a3700-utmi-host-phy";
       reg = <0x5f000 0x800>;
       marvell,usb-misc-reg = <&usb2_syscon>;
       #phy-cells = <0>;