aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/phy
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-04-22 14:20:54 -0500
committerVinod Koul <vkoul@kernel.org>2022-05-02 16:03:02 +0530
commitc4f2a32a7fc212a843f0540822a6f1880d176267 (patch)
treef7c14e201d35a7666e5c21413c1567cbc72af97a /Documentation/devicetree/bindings/phy
parentphy: qcom-qmp: fix phy-descriptor kernel-doc typo (diff)
downloadlinux-dev-c4f2a32a7fc212a843f0540822a6f1880d176267.tar.xz
linux-dev-c4f2a32a7fc212a843f0540822a6f1880d176267.zip
dt-bindings: phy: marvell,armada-3700-utmi-host-phy: Fix incorrect compatible in example
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>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r--Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml b/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
index 2437c3683326..632d61c07f40 100644
--- a/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
@@ -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>;