diff mbox

[03/05] ARM: mach-shmobile: Extend AP4EVB MIPI-DSI resources

Message ID 20101117064435.18139.41134.sendpatchset@t400s (mailing list archive)
State Accepted
Commit 5958d58a0e7699c791b9f4c99d76559a14770138
Delegated to: Paul Mundt
Headers show

Commit Message

Magnus Damm Nov. 17, 2010, 6:44 a.m. UTC
None
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/board-ap4evb.c
+++ work/arch/arm/mach-shmobile/board-ap4evb.c	2010-11-16 17:19:30.000000000 +0900
@@ -501,7 +501,12 @@  static struct platform_device keysc_devi
 static struct resource mipidsi0_resources[] = {
 	[0] = {
 		.start  = 0xffc60000,
-		.end    = 0xffc68fff,
+		.end    = 0xffc63073,
+		.flags  = IORESOURCE_MEM,
+	},
+	[1] = {
+		.start  = 0xffc68000,
+		.end    = 0xffc680ef,
 		.flags  = IORESOURCE_MEM,
 	},
 };