diff mbox series

[v3,2/4] dt-bindings: clock: Add documentation for MAC PHY control bindings.

Message ID 1624547189-61079-3-git-send-email-zhouyanjie@wanyeetech.com
State Superseded
Headers show
Series Misc Ingenic patches. | expand

Commit Message

Zhou Yanjie June 24, 2021, 3:06 p.m. UTC
Update the CGU binding documentation, add mac-phy-ctrl as a
pattern property.

Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
---

Notes:
    v3:
    New patch.

 Documentation/devicetree/bindings/clock/ingenic,cgu.yaml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Paul Cercueil June 25, 2021, 11:18 a.m. UTC | #1
Hi Zhou,

Le jeu., juin 24 2021 at 23:06:27 +0800, 周琰杰 (Zhou Yanjie) 
<zhouyanjie@wanyeetech.com> a écrit :
> Update the CGU binding documentation, add mac-phy-ctrl as a

> pattern property.

> 

> Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>


Acked-by: Paul Cercueil <paul@crapouillou.net>


Cheers,
-Paul

> ---

> 

> Notes:

>     v3:

>     New patch.

> 

>  Documentation/devicetree/bindings/clock/ingenic,cgu.yaml | 2 ++

>  1 file changed, 2 insertions(+)

> 

> diff --git a/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml 

> b/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml

> index c65b945..ee9b5fb 100644

> --- a/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml

> +++ b/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml

> @@ -93,6 +93,8 @@ required:

>  patternProperties:

>    "^usb-phy@[a-f0-9]+$":

>      allOf: [ $ref: "../phy/ingenic,phy-usb.yaml#" ]

> +  "^mac-phy-ctrl@[a-f0-9]+$":

> +    allOf: [ $ref: "../net/ingenic,mac.yaml#" ]

> 

>  additionalProperties: false

> 

> --

> 2.7.4

>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml b/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml
index c65b945..ee9b5fb 100644
--- a/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml
+++ b/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml
@@ -93,6 +93,8 @@  required:
 patternProperties:
   "^usb-phy@[a-f0-9]+$":
     allOf: [ $ref: "../phy/ingenic,phy-usb.yaml#" ]
+  "^mac-phy-ctrl@[a-f0-9]+$":
+    allOf: [ $ref: "../net/ingenic,mac.yaml#" ]
 
 additionalProperties: false