Skip to content

Commit 3267a17

Browse files
patrickdelaunaybroonie
authored andcommitted
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>
1 parent 1613e60 commit 3267a17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/regulator/stm32-pwr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ static int stm32_pwr_regulator_probe(struct platform_device *pdev)
166166

167167
static const struct of_device_id __maybe_unused stm32_pwr_of_match[] = {
168168
{ .compatible = "st,stm32mp1,pwr-reg", },
169+
{ .compatible = "st,stm32mp13-pwr-reg", },
169170
{},
170171
};
171172
MODULE_DEVICE_TABLE(of, stm32_pwr_of_match);

0 commit comments

Comments
 (0)