[U-Boot] [PATCH v1 03/12] rockchip: serial driver support rk3036
Simon Glass
sjg at chromium.org
Thu Oct 22 16:07:38 CEST 2015
Hi Lin,
On 20 October 2015 at 20:37, Lin Huang <hl at rock-chips.com> wrote:
> Signed-off-by: Lin Huang <hl at rock-chips.com>
> ---
> Changes in v1: None
>
> drivers/serial/serial_rockchip.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/serial/serial_rockchip.c b/drivers/serial/serial_rockchip.c
> index 0e7bbfc..1b64ea0 100644
> --- a/drivers/serial/serial_rockchip.c
> +++ b/drivers/serial/serial_rockchip.c
> @@ -12,7 +12,7 @@
>
> static const struct udevice_id rockchip_serial_ids[] = {
> { .compatible = "rockchip,rk3288-uart" },
> - { }
> + { .compatible = "rockchip,rk3036-uart" },
You should keep the {} at the end as a terminator.
> };
>
> static int rockchip_serial_ofdata_to_platdata(struct udevice *dev)
> --
> 1.9.1
>
Regards,
Simon
More information about the U-Boot
mailing list