aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/axp20x-regulator.c
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2018-04-23 12:02:37 +0530
committerMark Brown <broonie@kernel.org>2018-04-23 15:46:12 +0100
commit1f5d6462b5856ddd44d4500ac80b7862faff351b (patch)
tree23bf199fbd13a6c70e90c65cc5922c9c07fbe021 /drivers/regulator/axp20x-regulator.c
parentregulator: wm8350: fix missing increment of loop index i (diff)
downloadlinux-dev-1f5d6462b5856ddd44d4500ac80b7862faff351b.tar.xz
linux-dev-1f5d6462b5856ddd44d4500ac80b7862faff351b.zip
regulator: axp20x: add drivevbus support for axp803
Like axp221, axp223, axp813 the axp803 is also supporting external regulator to drive the OTG VBus through N_VBUSEN PMIC pin. Add support for it. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/axp20x-regulator.c')
-rw-r--r--drivers/regulator/axp20x-regulator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/axp20x-regulator.c b/drivers/regulator/axp20x-regulator.c
index 181622b2813d..91b8ff8bac15 100644
--- a/drivers/regulator/axp20x-regulator.c
+++ b/drivers/regulator/axp20x-regulator.c
@@ -721,6 +721,8 @@ static int axp20x_regulator_probe(struct platform_device *pdev)
case AXP803_ID:
regulators = axp803_regulators;
nregulators = AXP803_REG_ID_MAX;
+ drivevbus = of_property_read_bool(pdev->dev.parent->of_node,
+ "x-powers,drive-vbus-en");
break;
case AXP806_ID:
regulators = axp806_regulators;