Blackfin arch: flags of UART3 mem resource is missing
authorSonic Zhang <sonic.zhang@analog.com>
Thu, 9 Oct 2008 05:55:33 +0000 (13:55 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 9 Oct 2008 05:55:33 +0000 (13:55 +0800)
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf548/boards/cm_bf548.c

index c5609ff..24192aa 100644 (file)
@@ -172,6 +172,7 @@ static struct resource bfin_uart_resources[] = {
        {
                .start = 0xFFC03100,
                .end = 0xFFC031FF,
+               .flags = IORESOURCE_MEM,
        },
 #endif
 };