Commit 3267a17b authored by Patrick Delaunay's avatar Patrick Delaunay Committed by Mark Brown

regulator: stm32-pwr: add support of STM32MP13

Add support of the new compatible "st,stm32mp13-pwr-reg" for STM32MP13.
Signed-off-by: default avatarPatrick Delaunay <patrick.delaunay@foss.st.com>
Link: https://msgid.link/r/20240523200353.v4.2.I04ec53442753147c35efad1307b6ec133f53b471@changeidSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1613e604
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment