Skip to content

Commit

Permalink
ARM: S5P64X0: FIX typo in the ADC device name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Naveen Krishna Ch authored and Kukjin Kim committed Oct 18, 2010
1 parent b7df2a7 commit 6c6ad43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-s5p64x0/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand All @@ -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));
Expand Down

0 comments on commit 6c6ad43

Please sign in to comment.