MAINTAINERS: Fix F: in "Allwinner-a10"
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 <peter.maydell@linaro.org> Cc: Strahinja Jankovic <strahinja.p.jankovic@gmail.com> Cc: qemu-arm@nongnu.org Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20260603064032.3733394-13-armbru@redhat.com> Reviewed-by: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
Markus Armbruster committed
Jun 3, 2026 at 08:40 UTC
ed8e8667214525f803ebac35b3ada3e53ec8ec85
1 file changed
+1
-1
MAINTAINERS
+1
-1
@@ -729,7 +729,7 @@ F: hw/ide/ahci-allwinner.c
729
F: include/hw/*/allwinner*
730
F: hw/arm/cubieboard.c
731
F: docs/system/arm/cubieboard.rst
732
-F: hw/misc/axp209.c
732
+F: hw/misc/axp2xx.c
733
F: tests/functional/arm/test_cubieboard.py
734
735
Allwinner-h3