
13 Dec
2015
13 Dec
'15
1:51 p.m.
Hi Simon,
On Tue, Dec 8, 2015 at 11:38 AM, Simon Glass sjg@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@chromium.org
Similar comments to PCH, why do we introduce lpc_init() given we can do this in the probe() routine?
Regards, Bin