diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-12 02:02:58 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-12 02:02:58 +0000 |
| commit | 75aa30ada882353a8477ac83a609d4012726c540 (patch) | |
| tree | a9007f11ef59f23ec761997f6092a6f517aaa501 /target/linux/ixp4xx/patches/430-pronghorn_metro_cf.patch | |
| parent | fc80a0718439b330f4405d9875e936e2c783f43c (diff) | |
| download | mtk-20170518-75aa30ada882353a8477ac83a609d4012726c540.zip mtk-20170518-75aa30ada882353a8477ac83a609d4012726c540.tar.gz mtk-20170518-75aa30ada882353a8477ac83a609d4012726c540.tar.bz2 | |
nuke most of the old ixp4xx patchsets
SVN-Revision: 11778
Diffstat (limited to 'target/linux/ixp4xx/patches/430-pronghorn_metro_cf.patch')
| -rw-r--r-- | target/linux/ixp4xx/patches/430-pronghorn_metro_cf.patch | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/target/linux/ixp4xx/patches/430-pronghorn_metro_cf.patch b/target/linux/ixp4xx/patches/430-pronghorn_metro_cf.patch deleted file mode 100644 index be5e7a5..0000000 --- a/target/linux/ixp4xx/patches/430-pronghorn_metro_cf.patch +++ /dev/null @@ -1,58 +0,0 @@ -Index: linux-2.6.21.7/arch/arm/mach-ixp4xx/pronghornmetro-setup.c -=================================================================== ---- linux-2.6.21.7.orig/arch/arm/mach-ixp4xx/pronghornmetro-setup.c -+++ linux-2.6.21.7/arch/arm/mach-ixp4xx/pronghornmetro-setup.c -@@ -77,6 +77,35 @@ static struct platform_device pronghornm - .resource = &pronghornmetro_uart_resource, - }; - -+static struct resource pronghornmetro_pata_resources[] = { -+ { -+ .flags = IORESOURCE_MEM -+ }, -+ { -+ .flags = IORESOURCE_MEM, -+ }, -+ { -+ .name = "intrq", -+ .start = IRQ_IXP4XX_GPIO0, -+ .end = IRQ_IXP4XX_GPIO0, -+ .flags = IORESOURCE_IRQ, -+ }, -+}; -+ -+static struct ixp4xx_pata_data pronghornmetro_pata_data = { -+ .cs0_bits = 0xbfff0043, -+ .cs1_bits = 0xbfff0043, -+}; -+ -+static struct platform_device pronghornmetro_pata = { -+ .name = "pata_ixp4xx_cf", -+ .id = 0, -+ .dev.platform_data = &pronghornmetro_pata_data, -+ .num_resources = ARRAY_SIZE(pronghornmetro_pata_resources), -+ .resource = pronghornmetro_pata_resources, -+}; -+ -+ - static struct resource res_mac0 = { - .start = IXP4XX_EthB_BASE_PHYS, - .end = IXP4XX_EthB_BASE_PHYS + 0x1ff, -@@ -165,6 +194,17 @@ static void __init pronghornmetro_init(v - - platform_add_devices(pronghornmetro_devices, ARRAY_SIZE(pronghornmetro_devices)); - -+ pronghornmetro_pata_resources[0].start = IXP4XX_EXP_BUS_BASE(1); -+ pronghornmetro_pata_resources[0].end = IXP4XX_EXP_BUS_END(1); -+ -+ pronghornmetro_pata_resources[1].start = IXP4XX_EXP_BUS_BASE(2); -+ pronghornmetro_pata_resources[1].end = IXP4XX_EXP_BUS_END(2); -+ -+ pronghornmetro_pata_data.cs0_cfg = IXP4XX_EXP_CS1; -+ pronghornmetro_pata_data.cs1_cfg = IXP4XX_EXP_CS2; -+ -+ platform_device_register(&pronghornmetro_pata); -+ - register_mtd_user(&pronghornmetro_flash_notifier); - } - |
