diff options
author | Rafał Miłecki <[email protected]> | 2021-02-11 13:12:33 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-02-11 15:04:17 -0800 |
commit | f08b5cf1eb1f2aefc6fe4a89c8c757ba94721d0b (patch) | |
tree | c5b6eb9035dcd35125bcab7ffc1df1cd5cdebff0 | |
parent | 6710c5b0674f8811f7d8fbfc526684e7ed77f765 (diff) |
dt-bindings: net: bcm4908-enet: include ethernet-controller.yaml
It should be /included/ by every Ethernet controller binding. It adds
support for various generic properties.
Suggested-by: Rob Herring <[email protected]>
Signed-off-by: Rafał Miłecki <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml b/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml index c70f222365c0..79c38ea14237 100644 --- a/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml +++ b/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml @@ -11,6 +11,9 @@ description: Broadcom's Ethernet controller integrated into BCM4908 family SoCs maintainers: - Rafał Miłecki <[email protected]> +allOf: + - $ref: ethernet-controller.yaml# + properties: compatible: const: brcm,bcm4908-enet |