Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
[oweals/u-boot.git] / drivers / serial / serial_lpuart.c
index ccb3ce6701abf35a4a5ff7cabd2e95665ecc3c50..3b53f5a97bbb4140a4a325e6cb3ebc07b575b48d 100644 (file)
@@ -11,6 +11,7 @@
 #include <watchdog.h>
 #include <asm/io.h>
 #include <serial.h>
+#include <dm/device_compat.h>
 #include <linux/compiler.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/clock.h>
@@ -498,7 +499,7 @@ static int lpuart_serial_probe(struct udevice *dev)
                        return ret;
                }
        } else {
-               dev_warn(dev, "Failed to get per clk: %d\n",  ret);
+               debug("%s: Failed to get per clk: %d\n", __func__, ret);
        }
 #endif