We neglected to update MAINTAINERS when we renamed axp209.c to axp22x.c. Update it now.
Fixes: a954543092 (hw/misc: Rename axp209 to axp22x and add support AXP221 PMU, 2023-06-06) Cc: Peter Maydell <[email protected]> Cc: Strahinja Jankovic <[email protected]> Cc: [email protected] Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a4680516f6..839e5036f9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -733,7 +733,7 @@ F: hw/ide/ahci-allwinner.c F: include/hw/*/allwinner* F: hw/arm/cubieboard.c F: docs/system/arm/cubieboard.rst -F: hw/misc/axp209.c +F: hw/misc/axp2xx.c F: tests/functional/arm/test_cubieboard.py Allwinner-h3 -- 2.54.0
