summaryrefslogtreecommitdiff
path: root/drivers/allwinner
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@linatsea.fr>2021-12-01 11:56:53 +0100
committerJoanna Farley <joanna.farley@arm.com>2022-02-21 16:26:54 +0100
commita29f6e76cbf76d509c00f84f068b59864d210dfd (patch)
treeea2ebc80165c8ae7d20445f11dd71f50a1a00ccb /drivers/allwinner
parenta809a6029c1c0be019a8fdfa65fd8435f99caff9 (diff)
downloadarm-trusted-firmware-a29f6e76cbf76d509c00f84f068b59864d210dfd.tar.gz
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>
Diffstat (limited to 'drivers/allwinner')
-rw-r--r--drivers/allwinner/axp/axp803.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/allwinner/axp/axp803.c b/drivers/allwinner/axp/axp803.c
index 705081829..19a9549ed 100644
--- a/drivers/allwinner/axp/axp803.c
+++ b/drivers/allwinner/axp/axp803.c
@@ -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},