Skip to content

Commit 6710c5b

Browse files
Rafał Miłeckidavem330
authored andcommitted
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 <[email protected]> Signed-off-by: Rafał Miłecki <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0ae2015 commit 6710c5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/devicetree/bindings/net/brcm,bcm4908enet.yaml renamed to Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
22
%YAML 1.2
33
---
4-
$id: http://devicetree.org/schemas/net/brcm,bcm4908enet.yaml#
4+
$id: http://devicetree.org/schemas/net/brcm,bcm4908-enet.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Broadcom BCM4908 Ethernet controller
@@ -13,7 +13,7 @@ maintainers:
1313

1414
properties:
1515
compatible:
16-
const: brcm,bcm4908enet
16+
const: brcm,bcm4908-enet
1717

1818
reg:
1919
maxItems: 1
@@ -37,7 +37,7 @@ examples:
3737
#include <dt-bindings/interrupt-controller/arm-gic.h>
3838
3939
ethernet@80002000 {
40-
compatible = "brcm,bcm4908enet";
40+
compatible = "brcm,bcm4908-enet";
4141
reg = <0x80002000 0x1000>;
4242
4343
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3450,7 +3450,7 @@ M: Rafał Miłecki <[email protected]>
34503450
34513451
34523452
S: Maintained
3453-
F: Documentation/devicetree/bindings/net/brcm,bcm4908enet.yaml
3453+
F: Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml
34543454
F: drivers/net/ethernet/broadcom/bcm4908enet.*
34553455
F: drivers/net/ethernet/broadcom/unimac.h
34563456

0 commit comments

Comments
 (0)