diff options
| author | Andre Przywara <andre.przywara@arm.com> | 2024-08-16 01:18:24 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-09-06 22:17:36 +0100 |
| commit | 22dfe2ea1d63f15d8b9661e7690ac0a03159db6a (patch) | |
| tree | f8060997965b239ff32d84c90ad829b65d55ac9b /include/linux | |
| parent | bb2ac59f8205165fce5aee9135bd1e2ea9b1a74b (diff) | |
regulator: axp20x: AXP717: Add boost regulator
The AXP717 also contains an adjustable boost regulator, to provide the
5V USB VBUS rail when running on battery.
Add the regulator description that states the voltage range this
regulator can cover.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: John Watts <contact@jookia.org>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Link: https://patch.msgid.link/20240816001824.6028-4-andre.przywara@arm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/axp20x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index 3758f986491c..e0cd66bd3b6d 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -486,6 +486,7 @@ enum { AXP717_CLDO3, AXP717_CLDO4, AXP717_CPUSLDO, + AXP717_BOOST, AXP717_REG_ID_MAX, }; |
