1 From 6710c5b0674f8811f7d8fbfc526684e7ed77f765 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Thu, 11 Feb 2021 13:12:32 +0100
4 Subject: [PATCH] dt-bindings: net: rename BCM4908 Ethernet binding
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 Rob pointed out that a normal convention is "brcm,bcm4908-enet" so
10 update whole binding to match it.
12 Suggested-by: Rob Herring <robh@kernel.org>
13 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
14 Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
15 Signed-off-by: David S. Miller <davem@davemloft.net>
17 .../net/{brcm,bcm4908enet.yaml => brcm,bcm4908-enet.yaml} | 6 +++---
19 2 files changed, 4 insertions(+), 4 deletions(-)
20 rename Documentation/devicetree/bindings/net/{brcm,bcm4908enet.yaml => brcm,bcm4908-enet.yaml} (85%)
22 --- a/Documentation/devicetree/bindings/net/brcm,bcm4908enet.yaml
25 -# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
28 -$id: http://devicetree.org/schemas/net/brcm,bcm4908enet.yaml#
29 -$schema: http://devicetree.org/meta-schemas/core.yaml#
31 -title: Broadcom BCM4908 Ethernet controller
33 -description: Broadcom's Ethernet controller integrated into BCM4908 family SoCs
36 - - Rafał Miłecki <rafal@milecki.pl>
40 - const: brcm,bcm4908enet
46 - description: RX interrupt
56 -additionalProperties: false
60 - #include <dt-bindings/interrupt-controller/irq.h>
61 - #include <dt-bindings/interrupt-controller/arm-gic.h>
64 - compatible = "brcm,bcm4908enet";
65 - reg = <0x80002000 0x1000>;
67 - interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
68 - interrupt-names = "rx";
71 +++ b/Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml
73 +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
76 +$id: http://devicetree.org/schemas/net/brcm,bcm4908-enet.yaml#
77 +$schema: http://devicetree.org/meta-schemas/core.yaml#
79 +title: Broadcom BCM4908 Ethernet controller
81 +description: Broadcom's Ethernet controller integrated into BCM4908 family SoCs
84 + - Rafał Miłecki <rafal@milecki.pl>
88 + const: brcm,bcm4908-enet
94 + description: RX interrupt
104 +additionalProperties: false
108 + #include <dt-bindings/interrupt-controller/irq.h>
109 + #include <dt-bindings/interrupt-controller/arm-gic.h>
111 + ethernet@80002000 {
112 + compatible = "brcm,bcm4908-enet";
113 + reg = <0x80002000 0x1000>;
115 + interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
116 + interrupt-names = "rx";
120 @@ -3432,7 +3432,7 @@ M: Rafał Miłecki <rafal@milecki.pl>
121 M: bcm-kernel-feedback-list@broadcom.com
122 L: netdev@vger.kernel.org
124 -F: Documentation/devicetree/bindings/net/brcm,bcm4908enet.yaml
125 +F: Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml
126 F: drivers/net/ethernet/broadcom/bcm4908enet.*
127 F: drivers/net/ethernet/broadcom/unimac.h