diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-05-28 15:59:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-29 17:07:13 -0700 |
commit | 91f3fd1124e002f970ef21c2459bf2ba4ac080ee (patch) | |
tree | ff5aa444abe6860411049dc003568ed3ce9cc5a1 /Documentation/devicetree | |
parent | 0688a9a9dbef53c81b800ec35adb4aefc458f42a (diff) | |
download | linux-91f3fd1124e002f970ef21c2459bf2ba4ac080ee.tar.bz2 |
dt-bindings: net: rename the bindings document for MediaTek STAR EMAC
The driver itself was renamed before getting merged into mainline, but
the binding document kept the old name. This makes both names consistent.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/mediatek,star-emac.yaml (renamed from Documentation/devicetree/bindings/net/mediatek,eth-mac.yaml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/mediatek,eth-mac.yaml b/Documentation/devicetree/bindings/net/mediatek,star-emac.yaml index f85d91a9d6e5..aea88e621792 100644 --- a/Documentation/devicetree/bindings/net/mediatek,eth-mac.yaml +++ b/Documentation/devicetree/bindings/net/mediatek,star-emac.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/net/mediatek,eth-mac.yaml# +$id: http://devicetree.org/schemas/net/mediatek,star-emac.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: MediaTek STAR Ethernet MAC Controller |