Skip to content

Commit 462da82

Browse files
committed
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/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
2 parents d3a5f28 + b3603c0 commit 462da82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ properties:
2323
- allwinner,sun20i-d1-emac
2424
- allwinner,sun50i-h6-emac
2525
- allwinner,sun50i-h616-emac0
26-
- allwinner,sun55i-a523-emac0
26+
- allwinner,sun55i-a523-gmac0
2727
- const: allwinner,sun50i-a64-emac
2828

2929
reg:

0 commit comments

Comments
 (0)