From fafedff35015c8cca7c537b68deb57b22c3ead73 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Tue, 17 Oct 2023 14:12:44 +0100 Subject: 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 Reviewed-by: Jaehoon Chung --- include/axp_pmic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/axp_pmic.h') 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, -- cgit