1
0
Fork 0
forked from len0rd/rockbox

axp173 driver: rename to "axp-pmu" + other changes

The old name was a bit misleading. AXP173 is sort of the lowest common
denominator of a series of related chips. The M3K uses an AXP192 which
has a few extra features vs. the AXP173.

New voltage regulator stuff was added for the sake of the Shanling Q1
native port (that player also uses an AXP192).

Change-Id: Id0c162c23094bb03d13fae2d6c332e3047968d6e
This commit is contained in:
Aidan MacDonald 2021-05-27 00:23:17 +01:00
parent 2066465b78
commit 0187fca640
10 changed files with 853 additions and 624 deletions

View file

@ -1929,8 +1929,8 @@ drivers/touchpad.c
drivers/i2c-async.c
#endif
#ifdef HAVE_AXP173
drivers/axp173.c
#ifdef HAVE_AXP_PMU
drivers/axp-pmu.c
#endif
/* firmware/kernel section */