Skip to content

Commit

Permalink
ARM: 5856/1: Fix bug of uart0 platfrom data for nuc900
Browse files Browse the repository at this point in the history
Fix bug of uart0 platfrom data for nuc900

Signed-off-by: lijie <eltshanli@gmail.com>
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
wanzongshun authored and Russell King committed Dec 22, 2009
1 parent 040f045 commit db93dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-w90x900/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit db93dd1

Please sign in to comment.