[kernel] Add mx2 target with very basic support for the vp6500 voip phone
[openwrt/svn-archive/archive.git] / target / linux / mx2 / patches-2.6.34 / 020-fix-usb-ioresource.patch
1 --- a/arch/arm/mach-mx2/devices.c 2010-04-10 13:56:17.000000000 +0200
2 +++ b/arch/arm/mach-mx2/devices.c 2010-04-10 15:15:17.000000000 +0200
3 @@ -304,7 +304,7 @@
4 #ifdef CONFIG_MACH_MX27
5 static struct resource otg_resources[] = {
6 {
7 - .start = MX27_USBOTG_BASE_ADDR,
8 + .start = MX27_usbotg_BASE_ADDR,
9 .end = MX27_USBOTG_BASE_ADDR + 0x1ff,
10 .flags = IORESOURCE_MEM,
11 }, {
12 @@ -483,8 +483,8 @@
13 #ifdef CONFIG_MACH_MX21
14 static struct resource mx21_usbhc_resources[] = {
15 {
16 - .start = MX21_BASE_ADDR,
17 - .end = MX21_BASE_ADDR + 0x1FFF,
18 + .start = MX21_USBOTG_BASE_ADDR,
19 + .end = MX21_USBOTG_BASE_ADDR + 0x1FFF,
20 .flags = IORESOURCE_MEM,
21 },
22 {