]> git.sur5r.net Git - u-boot/blobdiff - drivers/pinctrl/pinctrl_stm32.c
MAINTAINERS: ARM FREESCALE IMX: remove invalid path
[u-boot] / drivers / pinctrl / pinctrl_stm32.c
index fb2593c690447ddedd3cf980124715e1403f34d0..2066e11cf13dd1b7e383d981fb855e97a6aa100e 100644 (file)
@@ -160,7 +160,7 @@ static int stm32_pinctrl_set_state_simple(struct udevice *dev,
 
                config_node = fdt_node_offset_by_phandle(fdt, phandle);
                if (config_node < 0) {
-                       error("prop pinctrl-0 index %d invalid phandle\n", i);
+                       pr_err("prop pinctrl-0 index %d invalid phandle\n", i);
                        return -EINVAL;
                }
 
@@ -182,7 +182,10 @@ 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" },
        { }
 };