[PATCH] ARM: NUC900: Fix bug of uart0 platform data

Wan ZongShun mcuos.com at gmail.com
Fri Dec 4 08:21:59 EST 2009


Dear Li Jie,

Thanks a lot for your patch.
I will arrange all other patches with this one and submit them to
Russell's patch system later.

Acked-by: Wan ZongShun<mcuos.com at gmail.com>


2009/12/4 Li Jie <eltshanli at gmail.com>:
> Hi, Wan ZongShun:
>
> nuc900_uart_data lacks of '{}' which causes following errors:
>
> serial8250.0: ttyS0 at MMIO 0xb8000000 (irq = 7) is a 16550
> serial8250 serial8250.0: unable to register port at index 1
> (IOc018dd60 MEMc01af9b8 IRQ-1014821856): -28
> serial8250 serial8250.0: unable to register port at index 2 (IO7 MEM0 IRQ0): -28
>
> Signed-off-by: lijie <eltshanli at gmail.com>
> ---
>  arch/arm/mach-w90x900/cpu.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-w90x900/cpu.c b/arch/arm/mach-w90x900/cpu.c
> index 921cef9..20dc0c9 100644
> --- a/arch/arm/mach-w90x900/cpu.c
> +++ b/arch/arm/mach-w90x900/cpu.c
> @@ -96,6 +96,7 @@ static struct clk_lookup nuc900_clkregs[] = {
>
>  struct plat_serial8250_port nuc900_uart_data[] = {
>        NUC900_8250PORT(UART0),
> +       {},
>  };
>
>  struct platform_device nuc900_serial_device = {
> --
> 1.6.5.3
>



-- 
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



More information about the linux-arm-kernel mailing list