Skip to content

Commit e181119

Browse files
hkallweitvinodkoul
authored andcommitted
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: 87a5548 ("dt-bindings: phy: meson-g12a-usb3-pcie-phy: convert to yaml") Cc: [email protected] Signed-off-by: Heiner Kallweit <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent b574baa commit e181119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb3-pcie-phy.yaml renamed to Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-phy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright 2019 BayLibre, SAS
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb3-pcie-phy.yaml#"
5+
$id: "http://devicetree.org/schemas/phy/amlogic,g12a-usb3-pcie-phy.yaml#"
66
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
77

88
title: Amlogic G12A USB3 + PCIE Combo PHY
@@ -13,7 +13,7 @@ maintainers:
1313
properties:
1414
compatible:
1515
enum:
16-
- amlogic,meson-g12a-usb3-pcie-phy
16+
- amlogic,g12a-usb3-pcie-phy
1717

1818
reg:
1919
maxItems: 1
@@ -49,7 +49,7 @@ additionalProperties: false
4949
examples:
5050
- |
5151
phy@46000 {
52-
compatible = "amlogic,meson-g12a-usb3-pcie-phy";
52+
compatible = "amlogic,g12a-usb3-pcie-phy";
5353
reg = <0x46000 0x2000>;
5454
clocks = <&ref_clk>;
5555
clock-names = "ref_clk";

0 commit comments

Comments
 (0)