24 .ncs_read_pulse = 115,
26 .ncs_write_pulse = 60,
33 static struct smc_config flash_config __initdata = {
70 .parts = flash_parts_system,
73 static struct resource flash_resource_system = {
80 .name =
"physmap-flash",
82 .resource = &flash_resource_system,
85 .platform_data = &flash_system,
102 .parts = flash_parts_data,
105 static struct resource flash_resource_data = {
112 .name =
"physmap-flash",
114 .resource = &flash_resource_data,
117 .platform_data = &flash_data,
122 static int __init mimc200_flash_init(
void)
129 printk(
KERN_ERR "mimc200: failed to set 'System' NOR flash timing\n");
134 printk(
KERN_ERR "mimc200: failed to set 'Data' NOR flash timing\n");