diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2021-05-27 00:23:17 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-06-01 19:57:41 +0000 |
commit | 0187fca64024c872c8c7708583d5f1ced5224544 (patch) | |
tree | 8e2f220802d7a44551631b841e48d4412a4c6ba4 /firmware/SOURCES | |
parent | 2066465b78ab737f0a9e7388adc4a97b4e4d904e (diff) |
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
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 052847a6a6..0d93439ff8 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -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 */ |