summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2024-05-23 20:04:34 +0200
committerMark Brown <broonie@kernel.org>2024-05-27 01:32:22 +0100
commit3267a17bbae1706499b214ec3a7f35a6debcfb40 (patch)
treea1c7574abc1b250485440cae4158ad021b824f60 /drivers/regulator
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff)
downloadlinux-3267a17bbae1706499b214ec3a7f35a6debcfb40.tar.gz
linux-3267a17bbae1706499b214ec3a7f35a6debcfb40.tar.bz2
linux-3267a17bbae1706499b214ec3a7f35a6debcfb40.zip
regulator: stm32-pwr: add support of STM32MP13
Add support of the new compatible "st,stm32mp13-pwr-reg" for STM32MP13. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Link: https://msgid.link/r/20240523200353.v4.2.I04ec53442753147c35efad1307b6ec133f53b471@changeid Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/stm32-pwr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/stm32-pwr.c b/drivers/regulator/stm32-pwr.c
index 85b0102fb9b1..b7aeef6e09e7 100644
--- a/drivers/regulator/stm32-pwr.c
+++ b/drivers/regulator/stm32-pwr.c
@@ -166,6 +166,7 @@ static int stm32_pwr_regulator_probe(struct platform_device *pdev)
static const struct of_device_id __maybe_unused stm32_pwr_of_match[] = {
{ .compatible = "st,stm32mp1,pwr-reg", },
+ { .compatible = "st,stm32mp13-pwr-reg", },
{},
};
MODULE_DEVICE_TABLE(of, stm32_pwr_of_match);