提交 6c6ad435 编写于 作者: N Naveen Krishna Ch 提交者: Kukjin Kim

ARM: S5P64X0: FIX typo in the ADC device name

Fix the touch screen device name from s3c64x0-adc to s3c64xx-adc.
Signed-off-by: NNaveen Krishna Ch <ch.naveen@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 b7df2a7b
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册