mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/misc: Rename axp209 to axp22x and add support AXP221 PMU
This patch adds minimal support for AXP-221 PMU and connect it to bananapi M2U board. Signed-off-by: qianfan Zhao <qianfanguijin@163.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
44814e210a
commit
a954543092
7 changed files with 297 additions and 245 deletions
|
@ -383,7 +383,7 @@ config ALLWINNER_A10
|
|||
select ALLWINNER_WDT
|
||||
select ALLWINNER_EMAC
|
||||
select ALLWINNER_I2C
|
||||
select AXP209_PMU
|
||||
select AXP2XX_PMU
|
||||
select SERIAL
|
||||
select UNIMP
|
||||
|
||||
|
@ -407,6 +407,7 @@ config ALLWINNER_R40
|
|||
bool
|
||||
default y if TCG && ARM
|
||||
select ALLWINNER_A10_PIT
|
||||
select AXP2XX_PMU
|
||||
select SERIAL
|
||||
select ARM_TIMER
|
||||
select ARM_GIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue