Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

axp803: added support for aldo1, aldo2 & aldo3 #1983

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions drivers/allwinner/axp/axp803.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const uint8_t axp_chip_id = AXP803_CHIP_ID;
const char *const axp_compatible = "x-powers,axp803";

const struct axp_regulator axp_regulators[] = {
{"aldo1", 700, 3300, 100, NA, 0x28, 0x13, 5},
{"aldo2", 700, 3300, 100, NA, 0x29, 0x13, 6},
{"aldo3", 700, 3300, 100, NA, 0x2A, 0x13, 7},
{"dcdc1", 1600, 3400, 100, NA, 0x20, 0x10, 0},
{"dcdc5", 800, 1840, 10, 32, 0x24, 0x10, 4},
{"dcdc6", 600, 1520, 10, 50, 0x25, 0x10, 5},
Expand Down