]> git.ipfire.org Git - thirdparty/linux.git/commit
mfd: sec: Add support for S2MPU05 PMIC
authorKaustabh Chakraborty <kauschluss@disroot.org>
Fri, 28 Feb 2025 19:37:13 +0000 (01:07 +0530)
committerLee Jones <lee@kernel.org>
Thu, 13 Mar 2025 12:38:45 +0000 (12:38 +0000)
commited33479b7beb2b2dc9649a4e7474b47253d554f9
tree9d912d902fbb0c90bd8e17ba720de336c111e5b5
parent07ef6dc942741b918dd0dcbb951e0ae3dd6b53b9
mfd: sec: Add support for S2MPU05 PMIC

Add support for Samsung's S2MPU05 PMIC. It's the primary PMIC used by
Exynos7870 devices. It houses regulators (21 LDOs and 5 BUCKs) and a RTC
clock device.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250301-exynos7870-pmic-regulators-v3-2-808d0b47a564@disroot.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/sec-core.c
drivers/mfd/sec-irq.c
include/linux/mfd/samsung/core.h
include/linux/mfd/samsung/irq.h
include/linux/mfd/samsung/s2mpu05.h [new file with mode: 0644]