From: Rafał Miłecki Date: Thu, 11 Feb 2021 12:12:32 +0000 (+0100) Subject: dt-bindings: net: rename BCM4908 Ethernet binding X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6710c5b0674f8811f7d8fbfc526684e7ed77f765;p=linux.git dt-bindings: net: rename BCM4908 Ethernet binding Rob pointed out that a normal convention is "brcm,bcm4908-enet" so update whole binding to match it. Suggested-by: Rob Herring Signed-off-by: Rafał Miłecki Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml b/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml new file mode 100644 index 0000000000000..c70f222365c03 --- /dev/null +++ b/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml @@ -0,0 +1,45 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/net/brcm,bcm4908-enet.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Broadcom BCM4908 Ethernet controller + +description: Broadcom's Ethernet controller integrated into BCM4908 family SoCs + +maintainers: + - Rafał Miłecki + +properties: + compatible: + const: brcm,bcm4908-enet + + reg: + maxItems: 1 + + interrupts: + description: RX interrupt + + interrupt-names: + const: rx + +required: + - reg + - interrupts + - interrupt-names + +additionalProperties: false + +examples: + - | + #include + #include + + ethernet@80002000 { + compatible = "brcm,bcm4908-enet"; + reg = <0x80002000 0x1000>; + + interrupts = ; + interrupt-names = "rx"; + }; diff --git a/Documentation/devicetree/bindings/net/brcm,bcm4908enet.yaml b/Documentation/devicetree/bindings/net/brcm,bcm4908enet.yaml deleted file mode 100644 index 5f12f51c5b193..0000000000000 --- a/Documentation/devicetree/bindings/net/brcm,bcm4908enet.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause -%YAML 1.2 ---- -$id: http://devicetree.org/schemas/net/brcm,bcm4908enet.yaml# -$schema: http://devicetree.org/meta-schemas/core.yaml# - -title: Broadcom BCM4908 Ethernet controller - -description: Broadcom's Ethernet controller integrated into BCM4908 family SoCs - -maintainers: - - Rafał Miłecki - -properties: - compatible: - const: brcm,bcm4908enet - - reg: - maxItems: 1 - - interrupts: - description: RX interrupt - - interrupt-names: - const: rx - -required: - - reg - - interrupts - - interrupt-names - -additionalProperties: false - -examples: - - | - #include - #include - - ethernet@80002000 { - compatible = "brcm,bcm4908enet"; - reg = <0x80002000 0x1000>; - - interrupts = ; - interrupt-names = "rx"; - }; diff --git a/MAINTAINERS b/MAINTAINERS index 3914691fb4a65..68fcd0a6416b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3450,7 +3450,7 @@ M: Rafał Miłecki M: bcm-kernel-feedback-list@broadcom.com L: netdev@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/net/brcm,bcm4908enet.yaml +F: Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml F: drivers/net/ethernet/broadcom/bcm4908enet.* F: drivers/net/ethernet/broadcom/unimac.h