#include <plat/cpu.h>
  #include <plat/devs.h>
  #include <plat/clock.h>
+ #include <plat/ata-core.h>
  #include <plat/iic-core.h>
  #include <plat/sdhci.h>
+ #include <plat/adc-core.h>
  #include <plat/onenand-core.h>
 +#include <plat/fb-core.h>
  
  #include <plat/s5pc100.h>
  
        s3c_i2c1_setname("s3c2440-i2c");
  
        s3c_onenand_setname("s5pc100-onenand");
 +      s3c_fb_setname("s5pc100-fb");
+       s3c_cfcon_setname("s5pc100-pata");
  }
  
  void __init s5pc100_init_clocks(int xtal)
 
  #include <plat/cpu.h>
  #include <plat/devs.h>
  #include <plat/clock.h>
 +#include <plat/fb-core.h>
  #include <plat/s5pv210.h>
+ #include <plat/adc-core.h>
+ #include <plat/ata-core.h>
+ #include <plat/fimc-core.h>
  #include <plat/iic-core.h>
+ #include <plat/keypad-core.h>
  #include <plat/sdhci.h>
+ #include <plat/reset.h>
  
  /* Initial IO mappings */
  
        s3c_i2c1_setname("s3c2440-i2c");
        s3c_i2c2_setname("s3c2440-i2c");
  
 +      s3c_fb_setname("s5pv210-fb");
++
+       /* Use s5pv210-keypad instead of samsung-keypad */
+       samsung_keypad_setname("s5pv210-keypad");
  }
  
  void __init s5pv210_init_clocks(int xtal)
 
  #define PORT_ALTERA_JTAGUART  91
  #define PORT_ALTERA_UART      92
  
+ /* SH-SCI */
+ #define PORT_SCIFB    93
+ 
 +/* MAX3107 */
 +#define PORT_MAX3107  94
 +
 +/* High Speed UART for Medfield */
 +#define PORT_MFD      95
 +
  #ifdef __KERNEL__
  
  #include <linux/compiler.h>