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: stable@vger.kernel.org Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/8d960029-e94d-224b-911f-03e5deb47ebc@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent e181119 commit c63835b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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)