aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-03-10 13:13:08 -0400
committerTom Rini <trini@konsulko.com>2020-03-10 13:13:08 -0400
commit3a1cb953085ecca1dd2f87288375801ebd580bab (patch)
tree3a7bacdbbd6ac9a5d3fe98f1eeb67a30ffac90e4 /drivers
parentb62cd976543ae1b90050346c870d8357d749fe2d (diff)
parent9f656fbee3b433ae1e9daf5d92d46bbdcc9551eb (diff)
downloadu-boot-3a1cb953085ecca1dd2f87288375801ebd580bab.zip
u-boot-3a1cb953085ecca1dd2f87288375801ebd580bab.tar.gz
u-boot-3a1cb953085ecca1dd2f87288375801ebd580bab.tar.bz2
Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2020.04 ----------------- - DM : mx6sabresd - mx6ul_14x14_evk: fix video - mx8qxp; fix console for booting - sync DTS with kernel (imx6sx) - drop obsolete woodburn (mx35) Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/660550811
Diffstat (limited to 'drivers')
-rw-r--r--drivers/serial/serial_lpuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_lpuart.c b/drivers/serial/serial_lpuart.c
index d7907a2..3b53f5a 100644
--- a/drivers/serial/serial_lpuart.c
+++ b/drivers/serial/serial_lpuart.c
@@ -499,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