Files
u-boot/drivers
Giulio Benetti 55631db8bd serial_lpuart: add clock enable if CONFIG_CLK is defined
This driver assumes that lpuart clock is already enabled before probing
but using DM only lpuart won't be automatically enabled so add
clk_enable() when probing if CONFIG_CLK is defined. If clock is not
found, because DM is not used, let's emit a warning and proceed, because
serial clock could also be already enabled by non DM code. If clock is
found but cna't be enabled then return with error.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
2020-01-14 22:54:00 +01:00
..
2020-01-14 22:53:59 +01:00
2019-12-02 18:23:09 -05:00
2020-01-07 14:37:50 +01:00
2020-01-10 10:25:13 -05:00
2019-08-07 15:31:04 -04:00
2020-01-14 22:53:59 +01:00
2019-11-17 17:22:53 +08:00
2019-11-01 16:45:40 +03:00
2020-01-10 10:25:13 -05:00
2020-01-06 17:07:49 -05:00
2020-01-10 14:18:26 -05:00