Re: [PATCH v3 4/7] hw/misc: AXP209 PMU Emulation

2023-01-02 Thread Strahinja Jankovic
Ping This is the only remaining patch from the series waiting for review. Thanks! Best regards, Strahinja On Mon, Dec 26, 2022 at 11:03 PM Strahinja Jankovic wrote: > > This patch adds minimal support for AXP-209 PMU. > Most important is chip ID since U-Boot SPL expects version 0x1. Besides > t

[PATCH v3 4/7] hw/misc: AXP209 PMU Emulation

2022-12-26 Thread Strahinja Jankovic
This patch adds minimal support for AXP-209 PMU. Most important is chip ID since U-Boot SPL expects version 0x1. Besides the chip ID register, reset values for two more registers used by A10 U-Boot SPL are covered. Signed-off-by: Strahinja Jankovic --- MAINTAINERS | 2 + hw/misc/Kconf