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
				
			
		
							
								
								
									
										23
									
								
								Documentation/devicetree/bindings/mmc/socfpga-dw-mshc.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								Documentation/devicetree/bindings/mmc/socfpga-dw-mshc.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,23 @@ | |||
| * Altera SOCFPGA specific extensions to the Synopsys Designware Mobile | ||||
|   Storage Host Controller | ||||
| 
 | ||||
| The Synopsys designware mobile storage host controller is used to interface | ||||
| a SoC with storage medium such as eMMC or SD/MMC cards. This file documents | ||||
| differences between the core Synopsys dw mshc controller properties described | ||||
| by synopsys-dw-mshc.txt and the properties used by the Altera SOCFPGA specific | ||||
| extensions to the Synopsys Designware Mobile Storage Host Controller. | ||||
| 
 | ||||
| Required Properties: | ||||
| 
 | ||||
| * compatible: should be | ||||
| 	- "altr,socfpga-dw-mshc": for Altera's SOCFPGA platform | ||||
| 
 | ||||
| Example: | ||||
| 
 | ||||
| 	mmc: dwmmc0@ff704000 { | ||||
| 		compatible = "altr,socfpga-dw-mshc"; | ||||
| 		reg = <0xff704000 0x1000>; | ||||
| 		interrupts = <0 129 4>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 	}; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228