1234567891011121314151617181920212223242526272829303132 |
- From f08b5cf1eb1f2aefc6fe4a89c8c757ba94721d0b Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
- Date: Thu, 11 Feb 2021 13:12:33 +0100
- Subject: [PATCH] dt-bindings: net: bcm4908-enet: include
- ethernet-controller.yaml
- MIME-Version: 1.0
- Content-Type: text/plain; charset=UTF-8
- Content-Transfer-Encoding: 8bit
- 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]>
- ---
- Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml | 3 +++
- 1 file changed, 3 insertions(+)
- --- 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 control
- maintainers:
- - Rafał Miłecki <[email protected]>
-
- +allOf:
- + - $ref: ethernet-controller.yaml#
- +
- properties:
- compatible:
- const: brcm,bcm4908-enet
|