ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board suppor...
[openwrt/openwrt.git] / target / linux / ixp4xx / patches-2.6.37 / 110-pronghorn_series_support.patch
index f3e088b4a0cc8e951bf4c82a9877838207e428ca..805dedc11154b54231235fdc1f8120ebcd92dc73 100644 (file)
@@ -19,7 +19,7 @@
 +      bool "ADI Pronghorn series"
 +      select PCI
 +      help
-+        Say 'Y' here if you want your kernel to support the ADI 
++        Say 'Y' here if you want your kernel to support the ADI
 +        Engineering Pronghorn series. For more
 +        information on this platform, see http://www.adiengineering.com
 +
 +subsys_initcall(pronghorn_pci_init);
 --- /dev/null
 +++ b/arch/arm/mach-ixp4xx/pronghorn-setup.c
-@@ -0,0 +1,245 @@
+@@ -0,0 +1,241 @@
 +/*
 + * arch/arm/mach-ixp4xx/pronghorn-setup.c
 + *
 +
 +MACHINE_START(PRONGHORN, "ADI Engineering Pronghorn")
 +      /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */
-+      .phys_io        = IXP4XX_PERIPHERAL_BASE_PHYS,
-+      .io_pg_offst    = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
 +      .map_io         = ixp4xx_map_io,
 +      .init_irq       = ixp4xx_init_irq,
 +      .timer          = &ixp4xx_timer,
 +
 +MACHINE_START(PRONGHORNMETRO, "ADI Engineering Pronghorn Metro")
 +      /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */
-+      .phys_io        = IXP4XX_PERIPHERAL_BASE_PHYS,
-+      .io_pg_offst    = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
 +      .map_io         = ixp4xx_map_io,
 +      .init_irq       = ixp4xx_init_irq,
 +      .timer          = &ixp4xx_timer,