summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/edb7211.c
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-11-17 17:57:09 +0400
committerOlof Johansson <olof@lixom.net>2012-11-20 22:21:48 -0800
commitdd850f1223fe039ed649b34b1d2872b1f4221de9 (patch)
tree8fafc01a8b86e508f3430a0cbf77f15bb7d6e4da /arch/arm/mach-clps711x/edb7211.c
parentb3a076dd0270507e1976b141a2aa5c53b9b553d1 (diff)
downloadlinux-stable-dd850f1223fe039ed649b34b1d2872b1f4221de9.tar.gz
linux-stable-dd850f1223fe039ed649b34b1d2872b1f4221de9.tar.bz2
linux-stable-dd850f1223fe039ed649b34b1d2872b1f4221de9.zip
ARM: clps711x: Transform clps711x-framebuffer to platform driver and use it
clps711x-framebuffer driver needs to be updated and this is a first step to make driver better. With this patch we are convert clps711x-framebuffer to platform device and load this driver from board code. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/edb7211.c')
-rw-r--r--arch/arm/mach-clps711x/edb7211.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/edb7211.c b/arch/arm/mach-clps711x/edb7211.c
index 7add9add5bf3..59dec3bd0705 100644
--- a/arch/arm/mach-clps711x/edb7211.c
+++ b/arch/arm/mach-clps711x/edb7211.c
@@ -83,6 +83,7 @@ fixup_edb7211(struct tag *tags, char **cmdline, struct meminfo *mi)
static void __init edb7211_init(void)
{
+ platform_device_register_simple("video-clps711x", 0, NULL, 0);
platform_device_register_simple("cs89x0", 0, edb7211_cs8900_resource,
ARRAY_SIZE(edb7211_cs8900_resource));
}