diff options
author | Naveen Krishna Ch <ch.naveen@samsung.com> | 2010-10-08 07:53:08 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-18 05:33:04 -0400 |
commit | 6c6ad435cae29575ff632d97afedbcc2ce2e3840 (patch) | |
tree | d3aded9981767486c7e2472092478a793b66e783 /arch | |
parent | b7df2a7beb9cbdd1acfd52200e2de76ec18c90a1 (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')
-rw-r--r-- | arch/arm/mach-s5p64x0/cpu.c | 4 |
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) | |||
106 | void __init s5p6440_map_io(void) | 106 | void __init s5p6440_map_io(void) |
107 | { | 107 | { |
108 | /* initialize any device information early */ | 108 | /* initialize any device information early */ |
109 | s3c_adc_setname("s3c64x0-adc"); | 109 | s3c_adc_setname("s3c64xx-adc"); |
110 | 110 | ||
111 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); | 111 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); |
112 | iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc)); | 112 | iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc)); |
@@ -115,7 +115,7 @@ void __init s5p6440_map_io(void) | |||
115 | void __init s5p6450_map_io(void) | 115 | void __init s5p6450_map_io(void) |
116 | { | 116 | { |
117 | /* initialize any device information early */ | 117 | /* initialize any device information early */ |
118 | s3c_adc_setname("s3c64x0-adc"); | 118 | s3c_adc_setname("s3c64xx-adc"); |
119 | 119 | ||
120 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); | 120 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); |
121 | iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6440_iodesc)); | 121 | iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6440_iodesc)); |