From mboxrd@z Thu Jan 1 00:00:00 1970 From: hl Date: Fri, 23 Oct 2015 08:51:26 +0800 Subject: [U-Boot] [PATCH v1 03/12] rockchip: serial driver support rk3036 In-Reply-To: References: <1445395048-3703-1-git-send-email-hl@rock-chips.com> <1445395048-3703-4-git-send-email-hl@rock-chips.com> Message-ID: <5629848E.1060000@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 22/10/15 22:07, Simon Glass wrote: > Hi Lin, > > On 20 October 2015 at 20:37, Lin Huang wrote: >> Signed-off-by: Lin Huang >> --- >> 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. Oh, right, thank you, i will correct it in next version. > >> }; >> >> static int rockchip_serial_ofdata_to_platdata(struct udevice *dev) >> -- >> 1.9.1 >> > Regards, > Simon > > > -- Lin Huang