diff mbox series

[U-Boot,v1,8/9] pinctrl: stm32: Add st, stm32f769-pinctrl compatible string

Message ID 1550844016-11429-9-git-send-email-patrice.chotard@st.com
State Accepted
Commit dd18df440ae1802ca51aa4995f508fe350b1f46d
Delegated to: Tom Rini
Headers show
Series Synchronize DT with v4.20 kernel for STM32F4/F7 and H7 boards | expand

Commit Message

Patrice CHOTARD Feb. 22, 2019, 2 p.m. UTC
Due to DT kernel synchronisation, add new pinctrl compatible
string for stm32f769.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

 drivers/pinctrl/pinctrl_stm32.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/pinctrl/pinctrl_stm32.c b/drivers/pinctrl/pinctrl_stm32.c
index 24affe0414ce..43dbdd9d6a8a 100644
--- a/drivers/pinctrl/pinctrl_stm32.c
+++ b/drivers/pinctrl/pinctrl_stm32.c
@@ -421,6 +421,7 @@  static const struct udevice_id stm32_pinctrl_ids[] = {
 	{ .compatible = "st,stm32f429-pinctrl" },
 	{ .compatible = "st,stm32f469-pinctrl" },
 	{ .compatible = "st,stm32f746-pinctrl" },
+	{ .compatible = "st,stm32f769-pinctrl" },
 	{ .compatible = "st,stm32h743-pinctrl" },
 	{ .compatible = "st,stm32mp157-pinctrl" },
 	{ .compatible = "st,stm32mp157-z-pinctrl" },