kernel: update 3.14 to 3.14.18
[openwrt/staging/luka.git] / target / linux / octeon / patches-3.14 / 120-octeon_platform_usb.patch
1 --- a/arch/mips/cavium-octeon/octeon-platform.c
2 +++ b/arch/mips/cavium-octeon/octeon-platform.c
3 @@ -82,7 +82,7 @@ static int __init octeon_ehci_device_ini
4 };
5
6 /* Only Octeon2 has ehci/ohci */
7 - if (!OCTEON_IS_MODEL(OCTEON_CN63XX))
8 + if (!OCTEON_IS_MODEL(OCTEON_CN6XXX))
9 return 0;
10
11 if (octeon_is_simulation() || usb_disabled())
12 @@ -131,7 +131,7 @@ static int __init octeon_ohci_device_ini
13 };
14
15 /* Only Octeon2 has ehci/ohci */
16 - if (!OCTEON_IS_MODEL(OCTEON_CN63XX))
17 + if (!OCTEON_IS_MODEL(OCTEON_CN6XXX))
18 return 0;
19
20 if (octeon_is_simulation() || usb_disabled())