Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Patrick Delaunay and committed by
Mark Brown
3267a17b 1613e604

+1
+1
drivers/regulator/stm32-pwr.c
··· 166 166 167 167 static const struct of_device_id __maybe_unused stm32_pwr_of_match[] = { 168 168 { .compatible = "st,stm32mp1,pwr-reg", }, 169 + { .compatible = "st,stm32mp13-pwr-reg", }, 169 170 {}, 170 171 }; 171 172 MODULE_DEVICE_TABLE(of, stm32_pwr_of_match);