Re: [U-Boot] [PATCH v2 05/15] dm: ns16550: Correct the probe logic for platform data

2014-10-23 Thread Simon Glass
On 22 October 2014 21:37, Simon Glass wrote: > The probe logic sets up the pointer to the platform data in the device > tree decode method. It should be done in the probe() method, and anyway > the device tree decode method can't be used when CONFIG_OF_CONTROL is > not enabled. > > Fix these two p

[U-Boot] [PATCH v2 05/15] dm: ns16550: Correct the probe logic for platform data

2014-10-22 Thread Simon Glass
The probe logic sets up the pointer to the platform data in the device tree decode method. It should be done in the probe() method, and anyway the device tree decode method can't be used when CONFIG_OF_CONTROL is not enabled. Fix these two problems. Signed-off-by: Simon Glass Reviewed-by: Tom Ri