mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
sh: zero terminate 8250 platform data for r2d board
struct plat_serial8250_port should contain a terminating zero entry Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
6894e0a943
commit
3a353824df
@ -86,7 +86,8 @@ static struct plat_serial8250_port uart_platform_data[] = {
|
||||
.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
|
||||
.regshift = 2,
|
||||
.uartclk = (9600 * 16),
|
||||
}
|
||||
},
|
||||
{ 0 },
|
||||
};
|
||||
|
||||
static struct platform_device uart_device = {
|
||||
|
Loading…
Reference in New Issue
Block a user