diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-02-11 13:12:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-02-11 15:04:17 -0800 |
commit | f08b5cf1eb1f2aefc6fe4a89c8c757ba94721d0b (patch) | |
tree | c5b6eb9035dcd35125bcab7ffc1df1cd5cdebff0 /Documentation | |
parent | 6710c5b0674f8811f7d8fbfc526684e7ed77f765 (diff) | |
download | linux-stable-f08b5cf1eb1f2aefc6fe4a89c8c757ba94721d0b.tar.gz linux-stable-f08b5cf1eb1f2aefc6fe4a89c8c757ba94721d0b.tar.bz2 linux-stable-f08b5cf1eb1f2aefc6fe4a89c8c757ba94721d0b.zip |
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 <robh@kernel.org>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-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 <rafal@milecki.pl> +allOf: + - $ref: ethernet-controller.yaml# + properties: compatible: const: brcm,bcm4908-enet |