diff options
author | Florian Fainelli <[email protected]> | 2021-12-06 10:00:42 -0800 |
---|---|---|
committer | Rob Herring <[email protected]> | 2021-12-08 13:51:12 -0600 |
commit | 75c4b9a67969f015a6dd602fb40ff14b5147dea9 (patch) | |
tree | eaedf504bb9e49ebc5dec11b17560df12d68bbe9 | |
parent | 5e8a7d26d93503012d1ee3dc9786c75d01e84fb8 (diff) |
dt-bindings: net: brcm,unimac-mdio: reg-names is optional
The UniMAC MDIO controller integrated into GENET does not provide a
reg-names property since it is optional, reflect that in the binding.
Signed-off-by: Florian Fainelli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml b/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml index f4f4c37f1d4e..cda52f98340f 100644 --- a/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml +++ b/Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml @@ -64,7 +64,6 @@ unevaluatedProperties: false required: - reg - - reg-names - '#address-cells' - '#size-cells' |