Skip to content
Snippets Groups Projects
Commit e567b74c authored by Philipp Zabel's avatar Philipp Zabel Committed by Eric Miao
Browse files

[ARM] pxa/mioa701: add V3 gain configuration for Maxim 1586 voltage regulator


Maxim 1586 V3 gain can be configured by external resistors
(R24, R25) connected to the FB3 pin. To avoid accidental
overvoltage, it now requires this gain to be configured
explicitly.

Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent 9752e148
Branches
No related tags found
No related merge requests found
...@@ -746,6 +746,7 @@ static struct max1586_subdev_data max1586_subdevs[] = { ...@@ -746,6 +746,7 @@ static struct max1586_subdev_data max1586_subdevs[] = {
static struct max1586_platform_data max1586_info = { static struct max1586_platform_data max1586_info = {
.subdevs = max1586_subdevs, .subdevs = max1586_subdevs,
.num_subdevs = ARRAY_SIZE(max1586_subdevs), .num_subdevs = ARRAY_SIZE(max1586_subdevs),
.v3_gain = MAX1586_GAIN_NO_R24, /* 700..1475 mV */
}; };
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment