[PATCH 10/13] pinctrl: stm32: match st,stm32mp135-pinctrl DT compatible
Ahmad Fatoum
a.fatoum at pengutronix.de
Sun Nov 26 22:49:44 PST 2023
The pin controller on the STM32MP13 is identical to the STM32MP15.
Only the compatible is missing, so add it.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/pinctrl/pinctrl-stm32.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/pinctrl-stm32.c b/drivers/pinctrl/pinctrl-stm32.c
index c45676b3d29a..63a01b6ec614 100644
--- a/drivers/pinctrl/pinctrl-stm32.c
+++ b/drivers/pinctrl/pinctrl-stm32.c
@@ -385,6 +385,7 @@ static __maybe_unused struct of_device_id stm32_pinctrl_dt_ids[] = {
{ .compatible = "st,stm32h743-pinctrl" },
{ .compatible = "st,stm32mp157-pinctrl" },
{ .compatible = "st,stm32mp157-z-pinctrl" },
+ { .compatible = "st,stm32mp135-pinctrl" },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, stm32_pinctrl_dt_ids);
--
2.39.2
More information about the barebox
mailing list