projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60116a7
)
ARM: mach-shmobile: AG5EVM DSI resource string update
author
Magnus Damm
<damm@opensource.se>
Thu, 19 May 2011 06:30:59 +0000
(06:30 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 May 2011 03:41:51 +0000
(12:41 +0900)
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>
arch/arm/mach-shmobile/board-ag5evm.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-shmobile/board-ag5evm.c
b/arch/arm/mach-shmobile/board-ag5evm.c
index 3e6f0aab460bd2382552a5723c738a739fbc4610..083dc0f364c1593d5265f603d311207ed8526f92 100644
(file)
--- 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,