diff options
author | Magnus Damm <damm@opensource.se> | 2011-05-19 06:30:59 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-24 12:41:51 +0900 |
commit | 6b36fdd11b15b6fea900f7fa0195ca3f54a33153 (patch) | |
tree | 4e89b0f2f39b86d23d8c0373f01a306880685d4f /arch/arm | |
parent | 60116a73780fcf7dc01950467d75229926dc73dc (diff) | |
download | linux-6b36fdd11b15b6fea900f7fa0195ca3f54a33153.tar.gz linux-6b36fdd11b15b6fea900f7fa0195ca3f54a33153.tar.bz2 linux-6b36fdd11b15b6fea900f7fa0195ca3f54a33153.zip |
ARM: mach-shmobile: AG5EVM DSI resource string update
Update the struct resources for DSI0 to include the
hardware block name. Purely cosmetic, makes /proc/iomem
look slightly better.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm')
-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 = { /* MIPI-DSI */ static struct resource mipidsi0_resources[] = { [0] = { + .name = "DSI0", .start = 0xfeab0000, .end = 0xfeab3fff, .flags = IORESOURCE_MEM, }, [1] = { + .name = "DSI0", .start = 0xfeab4000, .end = 0xfeab7fff, .flags = IORESOURCE_MEM, |