Merge branch 'allwinner-a523-rename-emac0-to-gmac0'
authorJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 15:02:52 +0000 (08:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 15:02:52 +0000 (08:02 -0700)
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>

Trivial merge