ARM: Merge for-2635-4/onenand
[deliverable/linux.git] / arch / arm / mach-s5pc100 / cpu.c
index d424a9fda034b2868e8fd82e2efacbb8d8525444..816c4d4afef064eb271d5a8c1659e719687dde42 100644 (file)
@@ -40,6 +40,8 @@
 #include <plat/clock.h>
 #include <plat/iic-core.h>
 #include <plat/sdhci.h>
+#include <plat/onenand-core.h>
+
 #include <plat/s5pc100.h>
 
 /* Initial IO mappings */
@@ -88,6 +90,8 @@ void __init s5pc100_map_io(void)
        /* the i2c devices are directly compatible with s3c2440 */
        s3c_i2c0_setname("s3c2440-i2c");
        s3c_i2c1_setname("s3c2440-i2c");
+
+       s3c_onenand_setname("s5pc100-onenand");
 }
 
 void __init s5pc100_init_clocks(int xtal)
This page took 0.025052 seconds and 5 git commands to generate.