Skip to content

Commit c63835b

Browse files
hkallweitvinodkoul
authored andcommitted
dt-bindings: phy: g12a-usb2-phy: fix compatible string documentation
The compatible strings in the driver don't have the meson prefix. Fix this in the documentation and rename the file accordingly. Fixes: da86d28 ("dt-bindings: phy: meson-g12a-usb2-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 e181119 commit c63835b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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-usb2-phy.yaml#"
5+
$id: "http://devicetree.org/schemas/phy/amlogic,g12a-usb2-phy.yaml#"
66
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
77

88
title: Amlogic G12A USB2 PHY
@@ -13,8 +13,8 @@ maintainers:
1313
properties:
1414
compatible:
1515
enum:
16-
- amlogic,meson-g12a-usb2-phy
17-
- amlogic,meson-a1-usb2-phy
16+
- amlogic,g12a-usb2-phy
17+
- amlogic,a1-usb2-phy
1818

1919
reg:
2020
maxItems: 1
@@ -68,7 +68,7 @@ additionalProperties: false
6868
examples:
6969
- |
7070
phy@36000 {
71-
compatible = "amlogic,meson-g12a-usb2-phy";
71+
compatible = "amlogic,g12a-usb2-phy";
7272
reg = <0x36000 0x2000>;
7373
clocks = <&xtal>;
7474
clock-names = "xtal";

0 commit comments

Comments
 (0)