Browse Source

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>
Sonic Zhang 16 years ago
parent
commit
8606801b03
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/blackfin/mach-bf548/boards/cm_bf548.c

+ 1 - 0
arch/blackfin/mach-bf548/boards/cm_bf548.c

@@ -172,6 +172,7 @@ static struct resource bfin_uart_resources[] = {
 	{
 	{
 		.start = 0xFFC03100,
 		.start = 0xFFC03100,
 		.end = 0xFFC031FF,
 		.end = 0xFFC031FF,
+		.flags = IORESOURCE_MEM,
 	},
 	},
 #endif
 #endif
 };
 };