* [PATCH] ARM: mach-shmobile: AG5EVM DSI resource string update
@ 2011-05-19 6:30 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2011-05-19 6:30 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
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>
---
arch/arm/mach-shmobile/board-ag5evm.c | 2 ++
1 file changed, 2 insertions(+)
--- 0001/arch/arm/mach-shmobile/board-ag5evm.c
+++ work/arch/arm/mach-shmobile/board-ag5evm.c 2011-05-19 15:04:16.000000000 +0900
@@ -296,11 +296,13 @@ static struct platform_device lcdc0_devi
/* 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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-19 6:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 6:30 [PATCH] ARM: mach-shmobile: AG5EVM DSI resource string update Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox