Commit 8606801b authored by Sonic Zhang's avatar Sonic Zhang Committed by Bryan Wu

Blackfin arch: flags of UART3 mem resource is missing

Signed-off-by: default avatarSonic Zhang <sonic.zhang@analog.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 27707d3e
...@@ -172,6 +172,7 @@ static struct resource bfin_uart_resources[] = { ...@@ -172,6 +172,7 @@ static struct resource bfin_uart_resources[] = {
{ {
.start = 0xFFC03100, .start = 0xFFC03100,
.end = 0xFFC031FF, .end = 0xFFC031FF,
.flags = IORESOURCE_MEM,
}, },
#endif #endif
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment