From 475c0142b94897ec0a4b46bf4f63cd1ae579fccd Mon Sep 17 00:00:00 2001 From: Ajay Kumar Date: Tue, 27 Sep 2011 07:46:50 +0900 Subject: [PATCH] --- yaml --- r: 274047 b: refs/heads/master c: 43c46216660a0329af558d2e6bdf540ee4d5c0d5 h: refs/heads/master i: 274045: f1b324839d0ca45769a3ffe49d82ad6946613f93 274043: 8f7609b33ef1ff482677e6a48cda5cc12618ed36 274039: 58aa1908be0e0db60c9ca3488b2c12396244242b 274031: bb2bb8d0c7d78ab7e60042d89b9be12d70986461 274015: 7a4477d4890a1cf1f021ebec504425b4080979ad 273983: 9b745c56d7f22e199b8398751508ccbd09a1a569 273919: 75dfb1c8f29219d79edbba51de908fac5339703f v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s5p64x0/cpu.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 182239294334..1d1c78435fc2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d93f5eefd456bde3dd14eac7b909f3ba4e55cdbb +refs/heads/master: 43c46216660a0329af558d2e6bdf540ee4d5c0d5 diff --git a/trunk/arch/arm/mach-s5p64x0/cpu.c b/trunk/arch/arm/mach-s5p64x0/cpu.c index a5c00952ea35..617da3b3bfb7 100644 --- a/trunk/arch/arm/mach-s5p64x0/cpu.c +++ b/trunk/arch/arm/mach-s5p64x0/cpu.c @@ -38,6 +38,7 @@ #include #include #include +#include /* Initial IO mappings */ @@ -108,6 +109,7 @@ void __init s5p6440_map_io(void) { /* initialize any device information early */ s3c_adc_setname("s3c64xx-adc"); + s3c_fb_setname("s5p64x0-fb"); iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc)); @@ -117,6 +119,7 @@ void __init s5p6450_map_io(void) { /* initialize any device information early */ s3c_adc_setname("s3c64xx-adc"); + s3c_fb_setname("s5p64x0-fb"); iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6450_iodesc));