Re: [U-Boot] [PATCH 2/2] ns16550: zap the rockchip serial compatible string

2015-12-18 Thread Simon Glass
On 10 December 2015 at 22:08, Thomas Chou wrote: > Zap the rockchip serial compatible string, because rockchip > serial has "snps,dw-apb-uart" compatible string in the dts. > > Signed-off-by: Thomas Chou > --- > drivers/serial/ns16550.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-

[U-Boot] [PATCH 2/2] ns16550: zap the rockchip serial compatible string

2015-12-10 Thread Thomas Chou
Zap the rockchip serial compatible string, because rockchip serial has "snps,dw-apb-uart" compatible string in the dts. Signed-off-by: Thomas Chou --- drivers/serial/ns16550.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns165