mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08: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
				
			
		
							
								
								
									
										31
									
								
								arch/arm/boot/dts/at91sam9x5_can.dtsi
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								arch/arm/boot/dts/at91sam9x5_can.dtsi
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | |||
| /* | ||||
|  * at91sam9x5_macb0.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1 | ||||
|  * Ethernet interface. | ||||
|  * | ||||
|  * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> | ||||
|  * | ||||
|  * Licensed under GPLv2. | ||||
|  */ | ||||
| 
 | ||||
| #include <dt-bindings/pinctrl/at91.h> | ||||
| #include <dt-bindings/interrupt-controller/irq.h> | ||||
| 
 | ||||
| / { | ||||
| 	ahb { | ||||
| 		apb { | ||||
| 			pmc: pmc@fffffc00 { | ||||
| 				periphck { | ||||
| 					can0_clk: can0_clk { | ||||
| 						#clock-cells = <0>; | ||||
| 						reg = <29>; | ||||
| 					}; | ||||
| 
 | ||||
|                                         can1_clk: can1_clk { | ||||
|                                                 #clock-cells = <0>; | ||||
|                                                 reg = <30>; | ||||
|                                         }; | ||||
| 				}; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228