Browse Source

Merge "feat(allwinner): apx803: add aldo1 regulator" into integration

pull/1985/head
Joanna Farley 3 years ago
committed by TrustedFirmware Code Review
parent
commit
2ca915ba9c
  1. 1
      drivers/allwinner/axp/axp803.c

1
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},

Loading…
Cancel
Save