mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 ab80661883
			
		
	
	
		ab80661883
		
	
	
	
	
		
			
			This adds a basic DTS file for the Sony Xperia Z2 Tablet, containing definitions for regulators, eMMC/SD-card, USB, WiFi, Touchscreen, charger, backlight, coincell and buttons. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
		
			
				
	
	
		
			19 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #include "qcom-msm8974.dtsi"
 | |
| 
 | |
| / {
 | |
| 	soc {
 | |
| 		sdhci@f9824900 {
 | |
| 			clocks = <&gcc GCC_SDCC1_APPS_CLK>,
 | |
| 				 <&gcc GCC_SDCC1_AHB_CLK>,
 | |
| 				 <&xo_board>,
 | |
| 				 <&gcc GCC_SDCC1_CDCCAL_FF_CLK>,
 | |
| 				 <&gcc GCC_SDCC1_CDCCAL_SLEEP_CLK>;
 | |
| 			clock-names = "core", "iface", "xo", "cal", "sleep";
 | |
| 		};
 | |
| 
 | |
| 		clock-controller@fc400000 {
 | |
| 				compatible = "qcom,gcc-msm8974pro";
 | |
| 		};
 | |
| 	};
 | |
| };
 |