From c30277f0d966fbc026756034db8f85d01304e35f Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Fri, 10 May 2024 00:43:19 +0100 Subject: power: regulator: add AXP717 support The X-Powers AXP717 is a PMIC with four buck converters and a number of 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: Ryan Walklin --- include/axp_pmic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/axp_pmic.h b/include/axp_pmic.h index aabafc8501b..ae62ef0d76d 100644 --- a/include/axp_pmic.h +++ b/include/axp_pmic.h @@ -33,6 +33,7 @@ enum { AXP221_ID, AXP223_ID, AXP313_ID, + AXP717_ID, AXP803_ID, AXP806_ID, AXP809_ID, -- cgit v1.3.1