summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5p64x0
diff options
context:
space:
mode:
authorNaveen Krishna Ch <ch.naveen@samsung.com>2010-10-08 20:53:08 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-10-18 18:33:04 +0900
commit6c6ad435cae29575ff632d97afedbcc2ce2e3840 (patch)
treed3aded9981767486c7e2472092478a793b66e783 /arch/arm/mach-s5p64x0
parentb7df2a7beb9cbdd1acfd52200e2de76ec18c90a1 (diff)
ARM: S5P64X0: FIX typo in the ADC device name
Fix the touch screen device name from s3c64x0-adc to s3c64xx-adc. Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0')
-rw-r--r--arch/arm/mach-s5p64x0/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5p64x0/cpu.c b/arch/arm/mach-s5p64x0/cpu.c
index fb90a3004e98..0a2d88a4e5e5 100644
--- a/arch/arm/mach-s5p64x0/cpu.c
+++ b/arch/arm/mach-s5p64x0/cpu.c
@@ -106,7 +106,7 @@ static void s5p64x0_idle(void)
void __init s5p6440_map_io(void)
{
/* initialize any device information early */
- s3c_adc_setname("s3c64x0-adc");
+ s3c_adc_setname("s3c64xx-adc");
iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc));
@@ -115,7 +115,7 @@ void __init s5p6440_map_io(void)
void __init s5p6450_map_io(void)
{
/* initialize any device information early */
- s3c_adc_setname("s3c64x0-adc");
+ s3c_adc_setname("s3c64xx-adc");
iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6440_iodesc));