Commit cc2e16bd authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: add missing IORESOURCE_MEM flags to UART3

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent aa3348f4
......@@ -177,6 +177,7 @@ static struct resource bfin_uart_resources[] = {
{
.start = 0xFFC03100,
.end = 0xFFC031FF,
.flags = IORESOURCE_MEM,
},
#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