mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
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:
parent
a809a6029c
commit
a29f6e76cb
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ const char *const axp_compatible = "x-powers,axp803";
|
||||||
|
|
||||||
#if SUNXI_SETUP_REGULATORS == 1
|
#if SUNXI_SETUP_REGULATORS == 1
|
||||||
const struct axp_regulator axp_regulators[] = {
|
const struct axp_regulator axp_regulators[] = {
|
||||||
|
{"aldo1", 700, 3300, 100, NA, 0x28, 0x13, 5},
|
||||||
{"dcdc1", 1600, 3400, 100, NA, 0x20, 0x10, 0},
|
{"dcdc1", 1600, 3400, 100, NA, 0x20, 0x10, 0},
|
||||||
{"dcdc5", 800, 1840, 10, 32, 0x24, 0x10, 4},
|
{"dcdc5", 800, 1840, 10, 32, 0x24, 0x10, 4},
|
||||||
{"dcdc6", 600, 1520, 10, 50, 0x25, 0x10, 5},
|
{"dcdc6", 600, 1520, 10, 50, 0x25, 0x10, 5},
|
||||||
|
|
Loading…
Add table
Reference in a new issue