feat(allwinner): apx803: add aldo1 regulator

Notice that aldo1 is typically useful for the Olimex A64 board, where
it powers the PE bank through the vcc-pe line.
Without it, it is not possible to light the user led on PE17, for
instance.

Change-Id: I70588bc977b884b22df87f1b075549cb8925925a
Signed-off-by: Thierry Bultel <thierry.bultel@linatsea.fr>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
Thierry Bultel 2021-12-01 11:56:53 +01:00 committed by Joanna Farley
parent a809a6029c
commit a29f6e76cb
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ const char *const axp_compatible = "x-powers,axp803";
#if SUNXI_SETUP_REGULATORS == 1
const struct axp_regulator axp_regulators[] = {
{"aldo1", 700, 3300, 100, NA, 0x28, 0x13, 5},
{"dcdc1", 1600, 3400, 100, NA, 0x20, 0x10, 0},
{"dcdc5", 800, 1840, 10, 32, 0x24, 0x10, 4},
{"dcdc6", 600, 1520, 10, 50, 0x25, 0x10, 5},