Message ID | 1624547189-61079-3-git-send-email-zhouyanjie@wanyeetech.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Misc Ingenic patches. | expand |
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 --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
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(+)