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

Simon Glass sjg at chromium.org
Fri Oct 24 05:51:52 CEST 2014


On 22 October 2014 21:37, Simon Glass <sjg at chromium.org> 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 problems.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Tom Rini <trini at ti.com>
> ---
>
> Changes in v2: None
>
>  drivers/serial/ns16550.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied to u-boot-dm/master


More information about the U-Boot mailing list