mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Targets were build tested and patches are refreshed. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42463
		
			
				
	
	
		
			21 lines
		
	
	
		
			582 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			582 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/arch/mips/cavium-octeon/octeon-platform.c
 | |
| +++ b/arch/mips/cavium-octeon/octeon-platform.c
 | |
| @@ -82,7 +82,7 @@ static int __init octeon_ehci_device_ini
 | |
|  	};
 | |
|  
 | |
|  	/* Only Octeon2 has ehci/ohci */
 | |
| -	if (!OCTEON_IS_MODEL(OCTEON_CN63XX))
 | |
| +	if (!OCTEON_IS_MODEL(OCTEON_CN6XXX))
 | |
|  		return 0;
 | |
|  
 | |
|  	if (octeon_is_simulation() || usb_disabled())
 | |
| @@ -131,7 +131,7 @@ static int __init octeon_ohci_device_ini
 | |
|  	};
 | |
|  
 | |
|  	/* Only Octeon2 has ehci/ohci */
 | |
| -	if (!OCTEON_IS_MODEL(OCTEON_CN63XX))
 | |
| +	if (!OCTEON_IS_MODEL(OCTEON_CN6XXX))
 | |
|  		return 0;
 | |
|  
 | |
|  	if (octeon_is_simulation() || usb_disabled())
 |