projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec99b7
)
ARM: imx: platform-imx-fb: modifies platform device name
author
Gwenhael Goavec-Merou
<
[email protected]
>
Sun, 13 Jan 2013 15:56:42 +0000
(16:56 +0100)
committer
Shawn Guo
<
[email protected]
>
Mon, 14 Jan 2013 00:16:11 +0000
(08:16 +0800)
Framebuffer platform device is now identified by a device id (imx1-fb or
imx21-fb) instead of by driver name (imx-fb).
Signed-off-by: Gwenhael Goavec-Merou <
[email protected]
>
Signed-off-by: Shawn Guo <
[email protected]
>
arch/arm/mach-imx/devices/platform-imx-fb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/devices/platform-imx-fb.c
b/arch/arm/mach-imx/devices/platform-imx-fb.c
index 10b0ed39f07f9ff5cea15ca7fd5359f96506bd34..25a47c616b2d7c2b855eaf510b84b4d466b51d62 100644
(file)
--- a/
arch/arm/mach-imx/devices/platform-imx-fb.c
+++ b/
arch/arm/mach-imx/devices/platform-imx-fb.c
@@
-54,7
+54,7
@@
struct platform_device *__init imx_add_imx_fb(
.flags = IORESOURCE_IRQ,
},
};
- return imx_add_platform_device_dmamask(
"imx-fb"
, 0,
+ return imx_add_platform_device_dmamask(
data->devid
, 0,
res, ARRAY_SIZE(res),
pdata, sizeof(*pdata), DMA_BIT_MASK(32));
}