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
				
			
		
							
								
								
									
										24
									
								
								Documentation/devicetree/bindings/mmc/fsl-imx-mmc.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								Documentation/devicetree/bindings/mmc/fsl-imx-mmc.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| * Freescale Secure Digital Host Controller for i.MX2/3 series | ||||
| 
 | ||||
| This file documents differences to the properties defined in mmc.txt. | ||||
| 
 | ||||
| Required properties: | ||||
| - compatible : Should be "fsl,<chip>-mmc", chip can be imx21 or imx31 | ||||
| 
 | ||||
| Optional properties: | ||||
| - dmas: One DMA phandle with arguments as defined by the devicetree bindings | ||||
| 	of the used DMA controller. | ||||
| - dma-names: Has to be "rx-tx". | ||||
| 
 | ||||
| Example: | ||||
| 
 | ||||
| sdhci1: sdhci@10014000 { | ||||
| 	compatible = "fsl,imx27-mmc", "fsl,imx21-mmc"; | ||||
| 	reg = <0x10014000 0x1000>; | ||||
| 	interrupts = <11>; | ||||
| 	dmas = <&dma 7>; | ||||
| 	dma-names = "rx-tx"; | ||||
| 	bus-width = <4>; | ||||
| 	cd-gpios = <&gpio3 29>; | ||||
| 	status = "okay"; | ||||
| }; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228