diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-26 06:23:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-26 06:23:32 +0000 |
commit | a754c302a8a3533f692258c831dec7e48105aa01 (patch) | |
tree | f18d4db2e3dfa5e42dd0e91462d665efad563633 /target/linux/ixp4xx/patches-2.6.37/520-tw2662_support.patch | |
parent | b1384cb5d4e9b184e96eaf03023a8f0e46e640fc (diff) |
ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board support patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25727 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.37/520-tw2662_support.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.37/520-tw2662_support.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.37/520-tw2662_support.patch b/target/linux/ixp4xx/patches-2.6.37/520-tw2662_support.patch index 3fde579c10..8b50b90cb4 100644 --- a/target/linux/ixp4xx/patches-2.6.37/520-tw2662_support.patch +++ b/target/linux/ixp4xx/patches-2.6.37/520-tw2662_support.patch @@ -118,7 +118,7 @@ +subsys_initcall(tw2662_pci_init); --- /dev/null +++ b/arch/arm/mach-ixp4xx/tw2662-setup.c -@@ -0,0 +1,212 @@ +@@ -0,0 +1,210 @@ +/* + * arch/arm/mach-ixp4xx/tw2662-setup.c + * @@ -321,8 +321,6 @@ +#ifdef CONFIG_MACH_TW2662 +MACHINE_START(TW2662, "Titan Wireless TW-266-2") + /* Maintainer: Alexandros C. Couloumbis <alex@ozo.com> */ -+ .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, -+ .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, + .fixup = tw2662_fixup, + .map_io = ixp4xx_map_io, + .init_irq = ixp4xx_init_irq, |