summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorMichael Walle <mwalle@kernel.org>2025-06-13 14:45:12 +0300
committerLee Jones <lee@kernel.org>2025-07-10 11:58:01 +0300
commit626bb0a45584d544d84eab909795ccb355062bcc (patch)
treec86727d1f22832b97af15544452279d987bf1ff6 /include/linux/mfd
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494 (diff)
downloadlinux-626bb0a45584d544d84eab909795ccb355062bcc.tar.xz
mfd: tps6594: Add TI TPS652G1 support
The TPS652G1 is a stripped down version of the TPS65224. From a software point of view, it lacks any voltage monitoring, the watchdog, the ESM and the ADC. Signed-off-by: Michael Walle <mwalle@kernel.org> Link: https://lore.kernel.org/r/20250613114518.1772109-2-mwalle@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tps6594.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tps6594.h b/include/linux/mfd/tps6594.h
index 16543fd4d83e..021db8875963 100644
--- a/include/linux/mfd/tps6594.h
+++ b/include/linux/mfd/tps6594.h
@@ -19,6 +19,7 @@ enum pmic_id {
TPS6593,
LP8764,
TPS65224,
+ TPS652G1,
};
/* Macro to get page index from register address */