diff options
Diffstat (limited to 'arch/arm/mach-s5pc100')
-rw-r--r-- | arch/arm/mach-s5pc100/cpu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/cpu.c b/arch/arm/mach-s5pc100/cpu.c index a23ca5795bc..1319e3d0ec3 100644 --- a/arch/arm/mach-s5pc100/cpu.c +++ b/arch/arm/mach-s5pc100/cpu.c | |||
@@ -75,6 +75,10 @@ void __init s5pc100_map_io(void) | |||
75 | iotable_init(s5pc100_iodesc, ARRAY_SIZE(s5pc100_iodesc)); | 75 | iotable_init(s5pc100_iodesc, ARRAY_SIZE(s5pc100_iodesc)); |
76 | 76 | ||
77 | /* initialise device information early */ | 77 | /* initialise device information early */ |
78 | |||
79 | /* the i2c devices are directly compatible with s3c2440 */ | ||
80 | s3c_i2c0_setname("s3c2440-i2c"); | ||
81 | s3c_i2c1_setname("s3c2440-i2c"); | ||
78 | } | 82 | } |
79 | 83 | ||
80 | void __init s5pc100_init_clocks(int xtal) | 84 | void __init s5pc100_init_clocks(int xtal) |