Blackfin arch: flags of UART3 mem resource is missing
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
parent
27707d3e43
commit
8606801b03
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ static struct resource bfin_uart_resources[] = {
|
||||||
{
|
{
|
||||||
.start = 0xFFC03100,
|
.start = 0xFFC03100,
|
||||||
.end = 0xFFC031FF,
|
.end = 0xFFC031FF,
|
||||||
|
.flags = IORESOURCE_MEM,
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue