diff options
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-ag5evm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c index 3e6f0aab460b..083dc0f364c1 100644 --- a/arch/arm/mach-shmobile/board-ag5evm.c +++ b/arch/arm/mach-shmobile/board-ag5evm.c | |||
@@ -296,11 +296,13 @@ static struct platform_device lcdc0_device = { | |||
296 | /* MIPI-DSI */ | 296 | /* MIPI-DSI */ |
297 | static struct resource mipidsi0_resources[] = { | 297 | static struct resource mipidsi0_resources[] = { |
298 | [0] = { | 298 | [0] = { |
299 | .name = "DSI0", | ||
299 | .start = 0xfeab0000, | 300 | .start = 0xfeab0000, |
300 | .end = 0xfeab3fff, | 301 | .end = 0xfeab3fff, |
301 | .flags = IORESOURCE_MEM, | 302 | .flags = IORESOURCE_MEM, |
302 | }, | 303 | }, |
303 | [1] = { | 304 | [1] = { |
305 | .name = "DSI0", | ||
304 | .start = 0xfeab4000, | 306 | .start = 0xfeab4000, |
305 | .end = 0xfeab7fff, | 307 | .end = 0xfeab7fff, |
306 | .flags = IORESOURCE_MEM, | 308 | .flags = IORESOURCE_MEM, |