diff options
author | 2021-06-26 14:18:38 +0800 | |
---|---|---|
committer | 2021-06-30 14:37:16 +0200 | |
commit | 2bc434b12d1283f16e388b0fd682303aa9c16db6 (patch) | |
tree | 3fee0a4116d8cb02145e9be8c51d95d7bba3e5cf | |
parent | MIPS: X1830: Respect cell count of common properties. (diff) | |
download | wireguard-linux-2bc434b12d1283f16e388b0fd682303aa9c16db6.tar.xz wireguard-linux-2bc434b12d1283f16e388b0fd682303aa9c16db6.zip |
dt-bindings: clock: Add documentation for MAC PHY control bindings.
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>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
-rw-r--r-- | Documentation/devicetree/bindings/clock/ingenic,cgu.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml b/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml index c65b9458c0b6..ee9b5fbf8e91 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 |