mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-30 23:58: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
				
			
		
							
								
								
									
										30
									
								
								arch/arm/boot/dts/bcm963138dvt.dts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								arch/arm/boot/dts/bcm963138dvt.dts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,30 @@ | |||
| /* | ||||
|  * Broadcom BCM63138 Reference Board DTS | ||||
|  */ | ||||
| 
 | ||||
| /dts-v1/; | ||||
| 
 | ||||
| #include "bcm63138.dtsi" | ||||
| 
 | ||||
| / { | ||||
| 	compatible = "brcm,BCM963138DVT", "brcm,bcm63138"; | ||||
| 	model = "Broadcom BCM963138DVT"; | ||||
| 
 | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,115200"; | ||||
| 		stdout-path = &serial0; | ||||
| 	}; | ||||
| 
 | ||||
| 	memory { | ||||
| 		reg = <0x0 0x08000000>; | ||||
| 	}; | ||||
| 
 | ||||
| }; | ||||
| 
 | ||||
| &serial0 { | ||||
| 	status = "okay"; | ||||
| }; | ||||
| 
 | ||||
| &serial1 { | ||||
| 	status = "okay"; | ||||
| }; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228