[U-Boot] [PATCH 01/57] dm: Add an init() method to the LPC uclass
Bin Meng
bmeng.cn at gmail.com
Sun Dec 13 13:51:56 CET 2015
Hi Simon,
On Tue, Dec 8, 2015 at 11:38 AM, Simon Glass <sjg at chromium.org> wrote:
> Add a method for setting up the LPC device after it has been probed. This
> is needed because the device cannot fully init until other parts of the
> system are ready.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
Similar comments to PCH, why do we introduce lpc_init() given we can
do this in the probe() routine?
Regards,
Bin
More information about the U-Boot
mailing list