Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / arch / arm / mach-ixp23xx / roadrunner.c
index 43c14e7..d06e21b 100644 (file)
@@ -14,7 +14,6 @@
  * warranty of any kind, whether express or implied.
  */
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/spinlock.h>
@@ -137,9 +136,29 @@ static int __init roadrunner_pci_init(void)
 
 subsys_initcall(roadrunner_pci_init);
 
+static struct physmap_flash_data roadrunner_flash_data = {
+       .width          = 2,
+};
+
+static struct resource roadrunner_flash_resource = {
+       .start          = 0x90000000,
+       .end            = 0x93ffffff,
+       .flags          = IORESOURCE_MEM,
+};
+
+static struct platform_device roadrunner_flash = {
+       .name           = "physmap-flash",
+       .id             = 0,
+       .dev            = {
+               .platform_data  = &roadrunner_flash_data,
+       },
+       .num_resources  = 1,
+       .resource       = &roadrunner_flash_resource,
+};
+
 static void __init roadrunner_init(void)
 {
-       physmap_configure(0x90000000, 0x04000000, 2, NULL);
+       platform_device_register(&roadrunner_flash);
 
        /*
         * Mark flash as writeable