mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
ARM: 5856/1: Fix bug of uart0 platfrom data for nuc900
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>
This commit is contained in:
parent
040f04598c
commit
db93dd1ad6
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue