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
				
			
		
							
								
								
									
										22
									
								
								Documentation/devicetree/bindings/i2c/i2c-xiic.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								Documentation/devicetree/bindings/i2c/i2c-xiic.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| Xilinx IIC controller: | ||||
| 
 | ||||
| Required properties: | ||||
| - compatible : Must be "xlnx,xps-iic-2.00.a" | ||||
| - reg : IIC register location and length | ||||
| - interrupts : IIC controller unterrupt | ||||
| - #address-cells = <1> | ||||
| - #size-cells = <0> | ||||
| 
 | ||||
| Optional properties: | ||||
| - Child nodes conforming to i2c bus binding | ||||
| 
 | ||||
| Example: | ||||
| 
 | ||||
| 	axi_iic_0: i2c@40800000 { | ||||
| 		compatible = "xlnx,xps-iic-2.00.a"; | ||||
| 		interrupts = < 1 2 >; | ||||
| 		reg = < 0x40800000 0x10000 >; | ||||
| 
 | ||||
| 		#size-cells = <0>; | ||||
| 		#address-cells = <1>; | ||||
| 	}; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228