Commit e1811190 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Vinod Koul

dt-bindings: phy: g12a-usb3-pcie-phy: fix compatible string documentation

The compatible string in the driver doesn't have the meson prefix.
Fix this in the documentation and rename the file accordingly.

Fixes: 87a55485 ("dt-bindings: phy: meson-g12a-usb3-pcie-phy: convert to yaml")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/0a82be92-ce85-da34-9d6f-4b33034473e5@gmail.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent b574baa6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Copyright 2019 BayLibre, SAS # Copyright 2019 BayLibre, SAS
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb3-pcie-phy.yaml#" $id: "http://devicetree.org/schemas/phy/amlogic,g12a-usb3-pcie-phy.yaml#"
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: Amlogic G12A USB3 + PCIE Combo PHY title: Amlogic G12A USB3 + PCIE Combo PHY
...@@ -13,7 +13,7 @@ maintainers: ...@@ -13,7 +13,7 @@ maintainers:
properties: properties:
compatible: compatible:
enum: enum:
- amlogic,meson-g12a-usb3-pcie-phy - amlogic,g12a-usb3-pcie-phy
reg: reg:
maxItems: 1 maxItems: 1
...@@ -49,7 +49,7 @@ additionalProperties: false ...@@ -49,7 +49,7 @@ additionalProperties: false
examples: examples:
- | - |
phy@46000 { phy@46000 {
compatible = "amlogic,meson-g12a-usb3-pcie-phy"; compatible = "amlogic,g12a-usb3-pcie-phy";
reg = <0x46000 0x2000>; reg = <0x46000 0x2000>;
clocks = <&ref_clk>; clocks = <&ref_clk>;
clock-names = "ref_clk"; clock-names = "ref_clk";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment