]> git.sur5r.net Git - u-boot/blobdiff - drivers/pinctrl/pinctrl_stm32.c
cfi_flash: Fix spacing around casts/operators
[u-boot] / drivers / pinctrl / pinctrl_stm32.c
index 51fdfb3851cac3c9ca6b15ce5596823a9122151d..2066e11cf13dd1b7e383d981fb855e97a6aa100e 100644 (file)
@@ -182,6 +182,8 @@ static struct pinctrl_ops stm32_pinctrl_ops = {
 };
 
 static const struct udevice_id stm32_pinctrl_ids[] = {
+       { .compatible = "st,stm32f429-pinctrl" },
+       { .compatible = "st,stm32f469-pinctrl" },
        { .compatible = "st,stm32f746-pinctrl" },
        { .compatible = "st,stm32h743-pinctrl" },
        { }