diff options
Diffstat (limited to 'target/linux/mx2/patches-2.6.34/020-fix-usb-ioresource.patch')
-rw-r--r-- | target/linux/mx2/patches-2.6.34/020-fix-usb-ioresource.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/mx2/patches-2.6.34/020-fix-usb-ioresource.patch b/target/linux/mx2/patches-2.6.34/020-fix-usb-ioresource.patch deleted file mode 100644 index 004ca7ace2..0000000000 --- a/target/linux/mx2/patches-2.6.34/020-fix-usb-ioresource.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/arch/arm/mach-mx2/devices.c -+++ b/arch/arm/mach-mx2/devices.c -@@ -304,7 +304,7 @@ DEFINE_MXC_MMC_DEVICE(1, MX2x_SDHC2_BASE - #ifdef CONFIG_MACH_MX27 - static struct resource otg_resources[] = { - { -- .start = MX27_USBOTG_BASE_ADDR, -+ .start = MX27_usbotg_BASE_ADDR, - .end = MX27_USBOTG_BASE_ADDR + 0x1ff, - .flags = IORESOURCE_MEM, - }, { -@@ -483,8 +483,8 @@ int __init mxc_register_gpios(void) - #ifdef CONFIG_MACH_MX21 - static struct resource mx21_usbhc_resources[] = { - { -- .start = MX21_BASE_ADDR, -- .end = MX21_BASE_ADDR + 0x1FFF, -+ .start = MX21_USBOTG_BASE_ADDR, -+ .end = MX21_USBOTG_BASE_ADDR + 0x1FFF, - .flags = IORESOURCE_MEM, - }, - { |