瀏覽代碼

ARM: mach-shmobile: Correct the G4EVM SDHI0 I/O range.

This obviously should have been 0xe6d500ff, fix it up accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 14 年之前
父節點
當前提交
1acd3de54e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-shmobile/board-g4evm.c

+ 1 - 1
arch/arm/mach-shmobile/board-g4evm.c

@@ -205,7 +205,7 @@ static struct resource sdhi0_resources[] = {
 	[0] = {
 	[0] = {
 		.name	= "SDHI0",
 		.name	= "SDHI0",
 		.start  = 0xe6d50000,
 		.start  = 0xe6d50000,
-		.end    = 0xe6d50nff,
+		.end    = 0xe6d500ff,
 		.flags  = IORESOURCE_MEM,
 		.flags  = IORESOURCE_MEM,
 	},
 	},
 	[1] = {
 	[1] = {