Skip to content
Snippets Groups Projects
Commit 092e72cb authored by Patrice Chotard's avatar Patrice Chotard Committed by Tom Rini
Browse files

pinctrl: stm32: add stm32h743-pinctrl compatible


STM32H7 SoCs uses the same pinctrl block as found into
STM32F7 SoCs

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarVikas Manocha <vikas.manocha@st.com>
parent a8c5112a
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,7 @@ static struct pinctrl_ops stm32_pinctrl_ops = {
static const struct udevice_id stm32_pinctrl_ids[] = {
{ .compatible = "st,stm32f746-pinctrl" },
{ .compatible = "st,stm32h743-pinctrl" },
{ }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment