diff options
author | Andre Przywara <andre.przywara@arm.com> | 2023-10-17 14:12:44 +0100 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2023-11-12 16:47:16 +0000 |
commit | fafedff35015c8cca7c537b68deb57b22c3ead73 (patch) | |
tree | 7a270694c21d5b3c6603b76c3d3f7dba6b38cd18 /include/axp_pmic.h | |
parent | d17d051c540a97b8d0b38236dd7fef2294db4e48 (diff) | |
download | u-boot-fafedff35015c8cca7c537b68deb57b22c3ead73.tar.gz |
power: regulator: add AXP313 support
The X-Powers AXP313a is a small PMIC with just three buck converters and
three LDOs, one of which is actually fixed (so not modelled here).
Add the compatible string and the respective regulator ranges to allow
drivers to adjust voltages.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include/axp_pmic.h')
-rw-r--r-- | include/axp_pmic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/axp_pmic.h b/include/axp_pmic.h index 4ac64865831..aabafc8501b 100644 --- a/include/axp_pmic.h +++ b/include/axp_pmic.h @@ -32,6 +32,7 @@ enum { AXP209_ID, AXP221_ID, AXP223_ID, + AXP313_ID, AXP803_ID, AXP806_ID, AXP809_ID, |