mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										35
									
								
								arch/arm/boot/dts/bcm4708-netgear-r6250.dts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								arch/arm/boot/dts/bcm4708-netgear-r6250.dts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,35 @@ | |||
| /* | ||||
|  * Broadcom BCM470X / BCM5301X arm platform code. | ||||
|  * DTS for Netgear R6250 V1 | ||||
|  * | ||||
|  * Copyright 2013 Hauke Mehrtens <hauke@hauke-m.de> | ||||
|  * | ||||
|  * Licensed under the GNU/GPL. See COPYING for details. | ||||
|  */ | ||||
| 
 | ||||
| /dts-v1/; | ||||
| 
 | ||||
| #include "bcm4708.dtsi" | ||||
| 
 | ||||
| / { | ||||
| 	compatible = "netgear,r6250v1", "brcm,bcm4708"; | ||||
| 	model = "Netgear R6250 V1 (BCM4708)"; | ||||
| 
 | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,115200"; | ||||
| 	}; | ||||
| 
 | ||||
| 	memory { | ||||
| 		reg = <0x00000000 0x08000000>; | ||||
| 	}; | ||||
| 
 | ||||
| 	chipcommonA { | ||||
| 		uart0: serial@0300 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 
 | ||||
| 		uart1: serial@0400 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228