diff options
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index d3260542b943..2f8c83703572 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c | |||
@@ -501,7 +501,12 @@ static struct platform_device keysc_device = { | |||
501 | static struct resource mipidsi0_resources[] = { | 501 | static struct resource mipidsi0_resources[] = { |
502 | [0] = { | 502 | [0] = { |
503 | .start = 0xffc60000, | 503 | .start = 0xffc60000, |
504 | .end = 0xffc68fff, | 504 | .end = 0xffc63073, |
505 | .flags = IORESOURCE_MEM, | ||
506 | }, | ||
507 | [1] = { | ||
508 | .start = 0xffc68000, | ||
509 | .end = 0xffc680ef, | ||
505 | .flags = IORESOURCE_MEM, | 510 | .flags = IORESOURCE_MEM, |
506 | }, | 511 | }, |
507 | }; | 512 | }; |