diff options
author | 2025-07-08 08:02:52 -0700 | |
---|---|---|
committer | 2025-07-08 08:02:52 -0700 | |
commit | 462da827c6e2be59c7b0981ed39fff7a9488d013 (patch) | |
tree | bf8c140a0f0abcfcdd74e245ed8259e4e20ad85a | |
parent | tcp: Correct signedness in skb remaining space calculation (diff) | |
parent | dt-bindings: net: sun8i-emac: Rename A523 EMAC0 to GMAC0 (diff) | |
download | wireguard-linux-462da827c6e2be59c7b0981ed39fff7a9488d013.tar.xz wireguard-linux-462da827c6e2be59c7b0981ed39fff7a9488d013.zip |
Merge branch 'allwinner-a523-rename-emac0-to-gmac0'
Chen-Yu Tsai says:
====================
allwinner: a523: Rename emac0 to gmac0
This small series aims to align the name of the first ethernet
controller found on the Allwinner A523 SoC family with the name
found in the datasheets. It renames the compatible string and
any other references from "emac0" to "gmac0".
When support of the hardware was introduced, the name chosen was
"EMAC", which followed previous generations. However the datasheets
use the name "GMAC" instead, likely because there is another "GMAC"
based on a newer DWMAC IP.
====================
Link: https://patch.msgid.link/20250628054438.2864220-1-wens@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml index 7b6a2fde8175..19934d5c24e5 100644 --- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml +++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml @@ -23,7 +23,7 @@ properties: - allwinner,sun20i-d1-emac - allwinner,sun50i-h6-emac - allwinner,sun50i-h616-emac0 - - allwinner,sun55i-a523-emac0 + - allwinner,sun55i-a523-gmac0 - const: allwinner,sun50i-a64-emac reg: |