mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 16:18: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
				
			
		
							
								
								
									
										37
									
								
								arch/arm/boot/dts/prima2-evb.dts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								arch/arm/boot/dts/prima2-evb.dts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,37 @@ | |||
| /* | ||||
|  * DTS file for CSR SiRFprimaII Evaluation Board | ||||
|  * | ||||
|  * Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company. | ||||
|  * | ||||
|  * Licensed under GPLv2 or later. | ||||
|  */ | ||||
| 
 | ||||
| /dts-v1/; | ||||
| 
 | ||||
| /include/ "prima2.dtsi" | ||||
| 
 | ||||
| / { | ||||
| 	model = "CSR SiRFprimaII Evaluation Board"; | ||||
| 	compatible = "sirf,prima2", "sirf,prima2-cb"; | ||||
| 
 | ||||
| 	memory { | ||||
| 		reg = <0x00000000 0x20000000>; | ||||
| 	}; | ||||
| 
 | ||||
| 	axi { | ||||
| 		peri-iobg { | ||||
| 			uart@b0060000 { | ||||
| 				pinctrl-names = "default"; | ||||
| 				pinctrl-0 = <&uart1_pins_a>; | ||||
| 			}; | ||||
| 			spi@b00d0000 { | ||||
| 				pinctrl-names = "default"; | ||||
| 				pinctrl-0 = <&spi0_pins_a>; | ||||
| 			}; | ||||
| 			spi@b0170000 { | ||||
| 				pinctrl-names = "default"; | ||||
| 				pinctrl-0 = <&spi1_pins_a>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228