Re: [U-Boot] [PATCH] x86: Fix PCI UART compatible string for crownbay and galileo

2015-12-08 Thread Bin Meng
On Wed, Dec 9, 2015 at 3:34 AM, Simon Glass wrote: > On 7 December 2015 at 06:28, Bin Meng wrote: >> With recent ns16550 driver changes, we only changed the legacy UART >> (at I/O port 0x3f8) compatible string, but forgot to change the PCI >> UART compatible string. Now fix it. >> >> Signed-off-b

Re: [U-Boot] [PATCH] x86: Fix PCI UART compatible string for crownbay and galileo

2015-12-08 Thread Simon Glass
On 7 December 2015 at 06:28, Bin Meng wrote: > With recent ns16550 driver changes, we only changed the legacy UART > (at I/O port 0x3f8) compatible string, but forgot to change the PCI > UART compatible string. Now fix it. > > Signed-off-by: Bin Meng > --- > > arch/x86/dts/crownbay.dts | 8 -

[U-Boot] [PATCH] x86: Fix PCI UART compatible string for crownbay and galileo

2015-12-07 Thread Bin Meng
With recent ns16550 driver changes, we only changed the legacy UART (at I/O port 0x3f8) compatible string, but forgot to change the PCI UART compatible string. Now fix it. Signed-off-by: Bin Meng --- arch/x86/dts/crownbay.dts | 8 arch/x86/dts/galileo.dts | 2 +- 2 files changed, 5 in