pinctrl: imx: do not announce driver initialization
[J-u-boot.git] / drivers / pinctrl / nxp / pinctrl-imx.c
index 40b0616c0b56b6ddfcc629f03b9088d56880441c..949d0f32d8b9cfeed5b5064780d48aaf1eb509e0 100644 (file)
@@ -222,7 +222,7 @@ int imx_pinctrl_probe(struct udevice *dev,
                        return -ENOMEM;
        }
 
-       dev_info(dev, "initialized IMX pinctrl driver\n");
+       dev_dbg(dev, "initialized IMX pinctrl driver\n");
 
        return 0;
 }
This page took 0.028024 seconds and 4 git commands to generate.